PriceLocal

Chrome Extension for PriceLocal

什麼是PriceLocal?

PriceLocal是由https://getpricelocal.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for PriceLocal”。

擴展截圖

screenshot

下載PriceLocal擴展crx文件

下載PriceLocal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PriceLocal lets you get a price match from local stores that match the Amazon price on products you request. Simply install the Chrome extension, shop for what you want on Amazon and PriceLocal lets you send your price match requests to local stores! Shop local, save big!                    

擴展基本資訊

名稱 PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
官方網址 https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
簡介 Chrome Extension for PriceLocal
檔案大小 18.13 KB
安裝次數 420
目前版本 0.192
更新時間 2016-08-01
上架時間 2016-08-01
開發者 https://getpricelocal.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "PriceLocal"
    },
    "name": "PriceLocal",
    "description": "Chrome Extension for PriceLocal",
    "homepage_url": "http:\/\/www.getpricelocal.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "geolocation",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.getpricelocal.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bookmarklet.js"
    ],
    "version": "0.192",
    "manifest_version": 2
}