Prickle - Price Checker

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

Prickle - Price Checker क्या है?

Prickle - Price Checker Prickle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prickle lets you track the prices of products online on any online store!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prickle - Price Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}