Yelp on OpenTable

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

Apa itu Yelp on OpenTable?

Yelp on OpenTable adalah ekstensi Chrome yang dikembangkan oleh jiajian Wu, dan fitur utamanya adalah "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Yelp on OpenTable

Unduh file ekstensi Yelp on OpenTable dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Yelp on OpenTable Yelp on OpenTable
ID folanbjakkilmeophjlnhgckfdeaocmf
URL Resmi https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf
Deskripsi While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Ukuran File 523 KB
Jumlah Instalasi 67
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-04-09
Tanggal Publikasi 2020-07-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jiajian Wu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}