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
公式URL 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
Eメール [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"
}