Prickle - Price Checker

Prickle lets you track the prices of products online on any online store!

什麼是Prickle - Price Checker?

Prickle - Price Checker是由Prickle開發的Chrome擴展程式,該擴展的主要功能是“Prickle lets you track the prices of products online on any online store!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Prickle - Price Checker擴展crx文件

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

擴展使用說明

                        Get notified by email when the price of any product you're interested in goes up or down!

Compatible with Amazon, Ebay, Walmart, Shopify stores, and almost every web page!

Just activate the extension when you're on the product page and select the price you want to track! Prickle will check back every hour to see if the price has changed and notify you if it is different than the original price!

Save money when shopping online with this incredibly useful tool!                    

擴展基本資訊

名稱 Prickle - Price Checker Prickle - Price Checker
ID fobcgebldahddjlmkcoeeejmjfemkodh
官方網址 https://chromewebstore.google.com/detail/prickle-price-checker/fobcgebldahddjlmkcoeeejmjfemkodh
簡介 Prickle lets you track the prices of products online on any online store!
檔案大小 577 KB
安裝次數 421
目前版本 1.6
更新時間 2021-10-30
上架時間 2020-03-19
評分 4.20/5 共 45 次評分
開發者 Prickle
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://www.prickle.app
說明頁面URL http://www.prickle.app
隱私政策頁面URL https://www.prickle.app/privacy.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prickle - Price Checker",
    "short_name": "Prickle",
    "description": "Prickle lets you track the prices of products online on any online store!",
    "author": "Start Matter",
    "version": "1.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "core\/he.js",
                "core\/currency-match.js",
                "core\/models\/product.model.js",
                "core\/globals.js",
                "core\/notifications.js",
                "core\/helpers.js",
                "core\/parsing-rules.js",
                "app.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "user\/js\/lib\/jquery.min.js",
            "core\/globals.js",
            "core\/currency-match.js",
            "core\/models\/product.model.js",
            "background\/hot-reload.js",
            "core\/page-loader.js",
            "core\/parsing-rules.js",
            "core\/parser.js",
            "core\/worker.js",
            "core\/notifications.js",
            "core\/storage.js",
            "core\/helpers.js",
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "options\/options.html",
        "user\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms",
        ""
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options\/options.html"
}