Amazon Price Tracker
Tracks Amazon Product Prices
Qu'est-ce que Amazon Price Tracker ?
Amazon Price Tracker est une extension Chrome développée par SchoolHelper, et sa fonction principale est "Tracks Amazon Product Prices".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Price Tracker
Téléchargez les fichiers d'extension Amazon 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
A simple Amazon Price tracker. It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of. DISCLAIMER: Some products on Amazon like books or products with multiple prices do not function as intended. Privacy: This extension can only access your browsing when on the amazon website. It only saves the URL of the product page when you click the button titled, "save this product".
Informations de Base sur l'Extension
Nom | Amazon Price Tracker |
ID | npdolbglkedboekdpjcgfnnekcciedki |
URL Officiel | https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki |
Description | Tracks Amazon Product Prices |
Taille du Fichier | 14.39 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-01-17 |
Date de Publication | 2019-01-17 |
Développeur | SchoolHelper |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Price Tracker", "short_name": "amazonWatch", "version": "1.2", "description": "Tracks Amazon Product Prices", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Track Amazon Products!" }, "icons": { "32": "images\/logoA32.png", "48": "images\/logoA48.png", "128": "images\/logoA128.png" }, "permissions": [ "storage", "https:\/\/www.amazon.com\/*" ] } |