Amazon Price Tracker Assistant - amzdealz.net

Track any amazon product with history of price changes.

Co to jest Amazon Price Tracker Assistant - amzdealz.net?

Amazon Price Tracker Assistant - amzdealz.net to rozszerzenie Chrome opracowane przez https://amzdealz.net, a jego główną funkcją jest „Track any amazon product with history of price changes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Price Tracker Assistant - amzdealz.net

Pobierz pliki rozszerzeń Amazon Price Tracker Assistant - amzdealz.net w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online.

Key features:
💰 Amazon price tracking (incl. price drop alert by email)
📈 Amazon Price History
🏆 Best Amazon Deals
🚫 No account needed
🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au]

Just install and save!

Our privacy policy:
https://amzdealz.net/privacy_policy                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Price Tracker Assistant - amzdealz.net Amazon Price Tracker Assistant - amzdealz.net
ID pedfjcopmeikkbjkpakmggbndkpbplna
Oficjalny URL https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna
Opis Track any amazon product with history of price changes.
Rozmiar pliku 411 KB
Liczba instalacji 43
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-04-22
Data Publikacji 2021-03-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://amzdealz.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://amzdealz.net
Adres URL Strony Polityki Prywatności https://amzdealz.net/privacy_policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Tracker Assistant - amzdealz.net",
    "version": "1.1.0",
    "description": "Track any amazon product with history of price changes.",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "img\/icon.png",
            "32": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        }
    },
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.amzdealz.net\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.com.au\/*"
    ],
    "homepage_url": "https:\/\/amzdealz.net\/"
}