UA Price Tracker

Help you with the analysis of promotions and prices.

UA Price Tracker là gì?

UA Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi Viktor Kis, và tính năng chính của nó là "Help you with the analysis of promotions and prices.".

Ả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 UA Price Tracker

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

                        Elevate your shopping experience with our browser extension. 

It provides detailed price history charts for over thousands products, enabling you to spot trends and locate the best deals effortlessly. Upgrade your online shopping today!

You can also create a price alert when the price drops and now the extension shows the real price movement

Currently works only for Rozetka                    

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

Tên UA Price Tracker UA Price Tracker
ID gffkeecoolocldhomifoigdefjcplaim
URL Chính Thức https://chromewebstore.google.com/detail/ua-price-tracker/gffkeecoolocldhomifoigdefjcplaim
Mô tả Help you with the analysis of promotions and prices.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2023-10-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Viktor Kis
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",
    "manifest_version": 3,
    "author": "Viktor Kis <>",
    "name": "UA Price Tracker",
    "description": "Help you with the analysis of promotions and prices.",
    "version": "1.3",
    "icons": {
        "96": "images\/logo_96.png",
        "128": "images\/logo_128.png"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.rozetka.com.ua\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**.png"
            ],
            "matches": [
                "*:\/\/*.rozetka.com.ua\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rozetka.com.ua\/*"
            ],
            "js": [
                "contentScript.js",
                "utils\/helper.js",
                "utils\/priceAlert.js",
                "utils\/priceProduct.js",
                "modules\/chart.min.js",
                "modules\/sweetalert2.all.min.js"
            ],
            "css": [
                "styles.css",
                "modules\/sweetalert2.min.css"
            ],
            "content_security_policy": "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http:\/\/localhost:* http:\/\/127.0.0.1:* https:\/\/cdn.jsdelivr.net\/npm\/chart.js;"
        }
    ]
}