Amazon™ Price History Tracker - AmzChart

AmzChart - Display all historical prices of Amazon products!

Τι είναι το Amazon™ Price History Tracker - AmzChart;

Το Amazon™ Price History Tracker - AmzChart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MossExt, και η κύρια λειτουργία του είναι "AmzChart - Display all historical prices of Amazon products!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon™ Price History Tracker - AmzChart

Λήψη αρχείων επέκτασης Amazon™ Price History Tracker - AmzChart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Amazon Price History Tracker - AmzChart is a display historical Amazon prices Chrome extension. With this plugin, you can browse detailed price history charts for over 3 billion Amazon products.

*No bloat, no ads, no unnecessary permissions.*

AmzChart
> Display all historical prices and lowest price of Amazon products.
> The lowest price and date are displayed in the upper right corner of the window.
> Drag the slider to view the price of all time periods.
> No account required. Just install and start viewing.
> Amazon All Markets Support 
> Language Support [ English | 中文 ].

FAQ
-Q:What is a Price Tracker?
-A:A price tracker is a tool to monitor price changes on Amazon

-Q:What are the Benefits of Price Trackers?
-A:In fact, using a price tracker can help both buyers and businesses. Buyers can compare the prices to make the best purchase. At the same time, sellers can track price changes on the market and adjust their own price levels accordingly. Retailers can filter out the best offers. In turn, manufacturers can control their Minimum Advertised Pricing.


We'd love to hear from you. We’re here to help and answer any questions you might have.
Here's how you can reach us for any reason.
[email protected]

The term 'Amazon' is a trademark of Amazon,Inc. This application uses the Amazon API but is not endorsed or certified by Amazon                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon™ Price History Tracker - AmzChart Amazon™ Price History Tracker - AmzChart
ID boljogbhdlnglpadhgaecnmecdnhnjpe
Επίσημο URL https://chromewebstore.google.com/detail/amazon-price-history-trac/boljogbhdlnglpadhgaecnmecdnhnjpe
Περιγραφή AmzChart - Display all historical prices of Amazon products!
Μέγεθος Αρχείου 788 KB
Αριθμός Εγκαταστάσεων 11,061
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2023-06-29
Ημερομηνία Δημοσίευσης 2021-04-15
Αξιολόγηση 4.39/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής MossExt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://amzchart.com
URL της Σελίδας Πολιτικής Απορρήτου https://findniche.com/privacy
Υποστηριζόμενες Γλώσσες en,hr,lv,sk,sr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.findniche.com\/*"
    ],
    "icons": {
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}