Price Tracker

A simple and effective universal Pricer Tracker

Price Tracker란 무엇입니까?

Price Tracker은(는) https://prictr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple and effective universal Pricer Tracker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Price Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install, click, track. Wait for the right price. Save on every purchase. Get alert on email and sms. WhatsApp alert will be added shortly. 

Price always fluctuate over eCommerce site. Don't check every hour for a better deal. Just add it to tracking and we will inform you when ever the price drops.

A simple price tracker for all major e commerce sites that does not have any background running scripts and completely free of trackers or data collection bot. Simply click on the extension logo when you are on the product page you would like to track for price drop. Do check our site where you can search among existing tracking and compare price of the same product in various sites.

We, a bunch of use less people who have little knowledge but a lot of time tried to make a price check tool for our use. But when it is working we are sharing our work. Give it a try and share your feedback with us. We Will add more sites eventually.                    

확장 프로그램 기본 정보

이름 Price Tracker Price Tracker
ID cmddngmiamafejekpifaekmbfhikbmap
공식 URL https://chromewebstore.google.com/detail/price-tracker/cmddngmiamafejekpifaekmbfhikbmap
설명 A simple and effective universal Pricer Tracker
파일 크기 79.1 KB
설치 횟수 60
현재 버전 1.0.2
최근 업데이트 2019-10-16
출시 날짜 2019-10-16
개발자 https://prictr.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Evagoon Inc.",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "description": "A simple and effective universal Pricer Tracker",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAus58i+9qPoePFms6zw2lUJeJBhAYxKSJV156R\/QqsxMyM1PUNevem2RUbdp\/0tGaMC4HmtUgsGee+m38b75ylhShEts2jkbwdfY106aOPyd7xm4LpXRwQTnOB8tLdiWe7\/w3DYFJThtZEaEfGc3z1c5N67oTvoeVwx2cljQN0igs2O8airWmCg5y4N\/aP39jPCOorYYzOXVx63cOye9TKRtJ+pfmjJy10THoE4lbDGNVWlaOHFVmNKDE+kPkHT50VrGZyIZle4pTBg4CzRpk1xkJT3Wa8wzz+JCvA8Tyym+qrchp+AVTmVyldln7yqkD9RVw48FU8QPodDtPbUjYMwIDAQAB",
    "manifest_version": 2,
    "name": "Price Tracker",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "version": "1.0.2"
}