Yelp on OpenTable

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

Yelp on OpenTable là gì?

Yelp on OpenTable là một tiện ích mở rộng Chrome được phát triển bởi jiajian Wu, và tính năng chính của nó là "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yelp on OpenTable

Tải xuống các tệp mở rộng Yelp on OpenTable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yelp on OpenTable Yelp on OpenTable
ID folanbjakkilmeophjlnhgckfdeaocmf
URL Chính Thức https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf
Mô tả While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
Kích Thước Tệp 523 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-04-09
Ngày Phát Hành 2020-07-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jiajian Wu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}