Price Thunder: Track Online Products Prices

Free price tracker and deal alert that works with most of online shops.

Price Thunder: Track Online Products Prices란 무엇입니까?

Price Thunder: Track Online Products Prices은(는) https://www.pricethunder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free price tracker and deal alert that works with most of online shops."입니다.

확장 프로그램 스크린샷

Price Thunder: Track Online Products Prices 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Price Thunder tell you when the products you wish get cheaper.

It is free, quick and simple:
1) Go to an online store and visit a page that contains a single product
2) Click on PriceThunder icon
3) Our bot extracts the product information (price, image, description) that you can check in a new tab
4) You set your target price (by default -10%)
5) Register/login via email to be notified when the product price drops!
Besides, on PriceThunder.com website, you can monitor your saved product prices over time.

Why PriceThunder?
Because our bot works with most of online stores, both the big ones (Amazon, Ebay, Walmart, etc.) and the small ones! Feel free to give it a try. If you have any questions, contact us via PriceThunder.com contact page.

Note: like you, we do not like spam. We will just send you one email per product, as soon as we find a deal that matches with your target price. No other emails will be sent.                    

확장 프로그램 기본 정보

이름 Price Thunder: Track Online Products Prices Price Thunder: Track Online Products Prices
ID ejmbhlhlllbnopjfcfagiilbjnlbnpcl
공식 URL https://chromewebstore.google.com/detail/price-thunder-track-onlin/ejmbhlhlllbnopjfcfagiilbjnlbnpcl
설명 Free price tracker and deal alert that works with most of online shops.
파일 크기 18.5 KB
설치 횟수 16
현재 버전 0.1.0
최근 업데이트 2018-10-24
출시 날짜 2018-10-24
개발자 https://www.pricethunder.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pricethunder.com/
개인정보 보호 정책 페이지 URL https://www.pricethunder.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Thunder: Track Online Products Prices",
    "short_name": "Price Thunder",
    "version": "0.1.0",
    "description": "Free price tracker and deal alert that works with most of online shops.",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.pricethunder.com\/*"
    ]
}