Price Product Checker

Price Product Checker&Tracker online bigest store

什麼是Price Product Checker?

Price Product Checker是由eBay filters開發的Chrome擴展程式,該擴展的主要功能是“Price Product Checker&Tracker online bigest store”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Price Product Checker擴展crx文件

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

擴展使用說明

                        Price Product Checher help you to not forget to check the price and stock before ordering products online with the Context menu.In the context menu on the right click, choose "search online", choose from the largest online stores and then search for the product on the website.
Compare prices of web shops such as Amazon, Ebay ,Walmart, Etsy, Best Buy, Home Depot and Target while shopping online with Price Product Checker and save money on your online purchases.
Start saving money now and add Price Product Checker to your chrome browser, just like many other price checkers!
Does not contain alert is created just to remind you to check prices on the most popular websites !
Attention, this extension affects the context menu by the appearance of a new search section on certain sites!                    

擴展基本資訊

名稱 Price Product Checker Price Product Checker
ID incpiopjogcepdnheolbfcofllncbmjp
官方網址 https://chrome.google.com/webstore/detail/price-product-checker/incpiopjogcepdnheolbfcofllncbmjp
簡介 Price Product Checker&Tracker online bigest store
檔案大小 105 KB
安裝次數 29
目前版本 1.5
更新時間 2023-02-12
上架時間 2019-11-26
評分 4.22/5 共 9 次評分
開發者 eBay filters
電子郵箱 [email protected]
付費類型 free
擴展官網 https://price.com/
隱私政策頁面URL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Product Checker",
    "short_name": "Price Product Checker! at right click displays the largest sales sites",
    "version": "1.5",
    "description": "__MSG_ext_description__",
    "author": "Office Price",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "cauta_pricero.js",
            "searches.js",
            "event.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}