Yelp on OpenTable
While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
O que é Yelp on OpenTable?
Yelp on OpenTable é uma extensão do Chrome desenvolvida por jiajian Wu, e sua principal característica é "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yelp on OpenTable
Baixe arquivos de extensão Yelp on OpenTable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | folanbjakkilmeophjlnhgckfdeaocmf |
URL Oficial | https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf |
Descrição | While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant… |
Tamanho do Arquivo | 523 KB |
Contagem de Instalações | 67 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-04-09 |
Data de Publicação | 2020-07-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | jiajian Wu |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |