Amazon Price Tracker

Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.

What is Amazon Price Tracker?

Amazon Price Tracker is a Chrome extension developed by matt_covo, and its main feature is "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.".

Extension Screenshots

screenshot

Download Amazon Price Tracker Extension CRX File

Download Amazon Price Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Controlla velocemente l'andamento dei prezzi su tutti i prodotti Amazon tramite un comodo popup.                    

Extension Basic Information

Name Amazon Price Tracker Amazon Price Tracker
ID pjfkdkmclhgfphgncfbbkmdlkjgmanog
Official URL https://chromewebstore.google.com/detail/amazon-price-tracker/pjfkdkmclhgfphgncfbbkmdlkjgmanog
Description Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.
File Size 10.13 KB
Installation Count 94
Current Version 1.0.1
Last Updated 2020-09-24
Publish Date 2020-09-24
Rating 5.00/5 Total 4 Ratings
Developer matt_covo
Email [email protected]
Payment Type free
Supported Languages it
manifest.json
{
    "optional_permissions": [
        "activeTab"
    ],
    "description": "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.",
    "version": "1.0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.it\/*"
    ],
    "short_name": "Price Tracker",
    "homepage_url": "http:\/\/www.trovofferte.eu",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Amazon Price Tracker",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "name": "Amazon Price Tracker",
    "icons": {
        "128": "images\/128.png"
    }
}