Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Was ist Yelp on OpenTable?
Yelp on OpenTable ist eine Chrome-Erweiterung, die von jiajian Wu entwickelt wurde, und ihr Hauptmerkmal ist "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".
Erweiterungsscreenshots
Yelp on OpenTable-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yelp on OpenTable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
Offizielle URL | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
Beschreibung | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
Dateigröße | 523 KB |
Installationsanzahl | 67 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2023-04-09 |
Veröffentlichungsdatum | 2020-07-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | jiajian Wu |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |