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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}