Price Tracker

A simple and effective universal Pricer Tracker

Price Tracker là gì?

Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://prictr.com, và tính năng chính của nó là "A simple and effective universal Pricer Tracker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Price Tracker

Tải xuống các tệp mở rộng Price Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Price Tracker Price Tracker
ID cmddngmiamafejekpifaekmbfhikbmap
URL Chính Thức https://chromewebstore.google.com/detail/price-tracker/cmddngmiamafejekpifaekmbfhikbmap
Mô tả A simple and effective universal Pricer Tracker
Kích Thước Tệp 79.1 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-10-16
Ngày Phát Hành 2019-10-16
Nhà Phát Triển https://prictr.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}