Yelp on OpenTable

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

What is Yelp on OpenTable?

Yelp on OpenTable is a Chrome extension developed by jiajian Wu, and its main feature is "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".

Extension Screenshots

screenshot
screenshot

Download Yelp on OpenTable Extension CRX File

Download Yelp on OpenTable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Yelp on OpenTable Yelp on OpenTable
ID folanbjakkilmeophjlnhgckfdeaocmf
Official URL https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf
Description While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
File Size 523 KB
Installation Count 67
Current Version 2.0.0
Last Updated 2023-04-09
Publish Date 2020-07-13
Rating 5.00/5 Total 1 Ratings
Developer jiajian Wu
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}