Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Cos'è Yelp on OpenTable?
Yelp on OpenTable è un'estensione di Chrome sviluppata da jiajian Wu, e la sua funzione principale è "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yelp on OpenTable
Scarica i file di estensione Yelp on OpenTable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant pulled from Yelp. It includes photos, user comments and rating, user photos. It also offers a direct link to Yelp for this restaurant. With this extension, you no longer need to search the restaurant on Yelp by yourself! It has been done for you! We are continuing to improve our accuracy and capacities such as including more review source such as google reviews in the future. Hope you like it and stay tuned!
Informazioni di Base sull'Estensione
Nome | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
Descrizione | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
Dimensione del File | 523 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-04-09 |
Data di Pubblicazione | 2020-07-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jiajian Wu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Yelp on OpenTable", "name": "Yelp on OpenTable", "icons": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.opentable.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "activeTab" ], "manifest_version": 3, "version": "2.0.0", "action": { "default_popup": "index.html", "default_title": "Yelp on OpenTable" } } |