UA Price Tracker

Help you with the analysis of promotions and prices.

什麼是UA Price Tracker?

UA Price Tracker是由Viktor Kis開發的Chrome擴展程式,該擴展的主要功能是“Help you with the analysis of promotions and prices.”。

擴展截圖

screenshot
screenshot

下載UA Price Tracker擴展crx文件

下載UA Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 UA Price Tracker UA Price Tracker
ID gffkeecoolocldhomifoigdefjcplaim
官方網址 https://chromewebstore.google.com/detail/ua-price-tracker/gffkeecoolocldhomifoigdefjcplaim
簡介 Help you with the analysis of promotions and prices.
檔案大小 158 KB
安裝次數 152
目前版本 1.3
更新時間 2024-02-19
上架時間 2023-10-17
評分 5.00/5 共 7 次評分
開發者 Viktor Kis
電子郵箱 [email protected]
付費類型 free
支援的語言 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;"
        }
    ]
}