Price Master

Price Master

Price Masterとは何ですか?

Price Masterはhttps://www.pricemaster.coによって開発されたChromeの拡張機能で、その主な機能は「Price Master」です。

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

screenshot

Price Master拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

拡張機能の基本情報

名前 Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
公式URL https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
説明 Price Master
ファイルサイズ 40.41 KB
インストール数 45
現在のバージョン 1.0.2
最終更新日 2015-09-25
公開日 2015-09-24
開発者 https://www.pricemaster.co
支払い方法 free
拡張機能のウェブサイト http://www.pricemaster.co/index.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}