Real Price History Tracker

Price History Tracker chrome extension shows the product's price history graph on Amazon, Flipkart, Myntra and other shopping sites.

Real Price History Tracker là gì?

Real Price History Tracker là một tiện ích mở rộng Chrome được phát triển bởi Price History Tracker, và tính năng chính của nó là "Price History Tracker chrome extension shows the product's price history graph on Amazon, Flipkart, Myntra and other shopping sites.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Real Price History 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

                        Price tracker:

Amazon India Price tracker extension helps user in deciding the correct time to buy a product by just looking at historical price graph. It also provides a helping hand to user to know if the deal is really genuine during sale events.

Our user centric UI/UX shows the price graph or price history on product page itself and you don't have to click anywhere or visit any external page for that, which ensures that you don't miss to see graph before buying a product. 

User Guide for Price Tracker:
1. Install this Chrome Extension by clicking on Add to Chrome button above.
2. Now visit any shopping website.
3. You will see "Real Price Tracker" icon on the top-right side.
5. Click on that icon to check the price graph.

By installing the extension, you accept the terms of the "Real Price Tracker Terms of Service". 
(https://www.price-tracker.in/terms)  

For more details please read our Privacy Policy - 
https://www.price-tracker.in/privacy-policy/                    

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

Tên Real Price History Tracker Real Price History Tracker
ID lbeodfloccamodnjkpklnikhjbelndea
URL Chính Thức https://chromewebstore.google.com/detail/real-price-history-tracke/lbeodfloccamodnjkpklnikhjbelndea
Mô tả Price History Tracker chrome extension shows the product's price history graph on Amazon, Flipkart, Myntra and other shopping sites.
Kích Thước Tệp 331 KB
Số Lần Cài Đặt 825
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2023-11-28
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Price History Tracker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.price-tracker.in/
URL Trang Chính Sách Bảo Mật https://www.price-tracker.in/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Price History Tracker",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "graph.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "gcm",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "graph.js",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "Price History Tracker"
}