Prickle - Price Checker

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

Prickle - Price Checkerคืออะไร?

Prickle - Price Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prickle และคุณลักษณะหลักของมันคือ "Prickle lets you track the prices of products online on any online store!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prickle - Price Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}