MyCityPlace - Find Business Reviews & Ratings

This extension shows a business profile, ratings, and reviews from a phone number in the current page

MyCityPlace - Find Business Reviews & Ratingsとは何ですか?

MyCityPlace - Find Business Reviews & Ratingsはhttp://mycityplace.comによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a business profile, ratings, and reviews from a phone number in the current page」です。

拡張機能のスクリーンショット

screenshot

MyCityPlace - Find Business Reviews & Ratings拡張機能のCRXファイルをダウンロード

MyCityPlace - Find Business Reviews & Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MyCityPlace helps find business's profile, ratings, and reviews using the phone number.                    

拡張機能の基本情報

名前 MyCityPlace - Find Business Reviews & Ratings MyCityPlace - Find Business Reviews & Ratings
ID clkkhfcknlpbljhdmhffcmghmegfdalb
公式URL https://chrome.google.com/webstore/detail/clkkhfcknlpbljhdmhffcmghmegfdalb
説明 This extension shows a business profile, ratings, and reviews from a phone number in the current page
ファイルサイズ 129 KB
インストール数 19
現在のバージョン 1.0
最終更新日 2015-11-19
公開日 2015-11-19
評価 5.00/5 合計 1 レビュー
開発者 http://mycityplace.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyCityPlace - Find Business Reviews & Ratings",
    "description": "This extension shows a business profile, ratings, and reviews from a phone number in the current page",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.9.1.min.js",
                "content_script.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "info.png"
    ]
}