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란 무엇입니까?

Yelp on OpenTable은(는) jiajian Wu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Yelp on OpenTable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Yelp on OpenTable Yelp on OpenTable
ID folanbjakkilmeophjlnhgckfdeaocmf
공식 URL https://chrome.google.com/webstore/detail/yelp-on-opentable/folanbjakkilmeophjlnhgckfdeaocmf
설명 While on a restaurant on OpenTable, clicking the extension icon prompts you a popup which shows you information of the restaurant…
파일 크기 523 KB
설치 횟수 67
현재 버전 2.0.0
최근 업데이트 2023-04-09
출시 날짜 2020-07-13
평점 5.00/5 총 1 개의 평점
개발자 jiajian Wu
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}