Yelp on OpenTable

While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…

¿Qué es Yelp on OpenTable?

Yelp on OpenTable es una extensión de Chrome desarrollada por jiajian Wu, y su función principal es "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Yelp on OpenTable

Descarga archivos de extensión Yelp on OpenTable en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Yelp on OpenTable Yelp on OpenTable
ID folanbjakkilmeophjlnhgckfdeaocmf
URL Oficial https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf
Descripción While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Tamaño del Archivo 523 KB
Cantidad de Instalaciones 67
Versión Actual 2.0.0
Última Actualización 2023-04-09
Fecha de Publicación 2020-07-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jiajian Wu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}