Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Hvad er Yelp on OpenTable?
Yelp on OpenTable er en Chrome-udvidelse udviklet af jiajian Wu, og dens hovedfunktion er "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".
Udvidelsesskærmbilleder
Download Yelp on OpenTable-udvidelses-CRX-fil
Download Yelp on OpenTable-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
Officiel URL | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
Beskrivelse | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
Filstørrelse | 523 KB |
Antal Installationer | 67 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2023-04-09 |
Udgivelsesdato | 2020-07-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | jiajian Wu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |