UA Price Tracker

Help you with the analysis of promotions and prices.

Qu'est-ce que UA Price Tracker ?

UA Price Tracker est une extension Chrome développée par Viktor Kis, et sa fonction principale est "Help you with the analysis of promotions and prices.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UA Price Tracker

Téléchargez les fichiers d'extension UA Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UA Price Tracker UA Price Tracker
ID gffkeecoolocldhomifoigdefjcplaim
URL Officiel https://chromewebstore.google.com/detail/ua-price-tracker/gffkeecoolocldhomifoigdefjcplaim
Description Help you with the analysis of promotions and prices.
Taille du Fichier 158 KB
Nombre d'Installations 152
Version Actuelle 1.3
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-10-17
Évaluation 5.00/5 Total 7 Évaluations
Développeur Viktor Kis
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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;"
        }
    ]
}