Amazon Review Tracker
You can track Review and Ratings of the Amazon Product. From Sellergyan
Qu'est-ce que Amazon Review Tracker ?
Amazon Review Tracker est une extension Chrome développée par https://www.sellergyan.com, et sa fonction principale est "You can track Review and Ratings of the Amazon Product. From Sellergyan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Review Tracker
Téléchargez les fichiers d'extension Amazon Review 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
Track reviews of Amazon products for given merchant. Powered by sellergyan.
Informations de Base sur l'Extension
Nom | |
ID | lcmgdfkaegmeeifnngjgdppelcbpabch |
URL Officiel | https://chromewebstore.google.com/detail/amazon-review-tracker/lcmgdfkaegmeeifnngjgdppelcbpabch |
Description | You can track Review and Ratings of the Amazon Product. From Sellergyan |
Taille du Fichier | 207 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-07-18 |
Date de Publication | 2019-07-18 |
Développeur | https://www.sellergyan.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Review Tracker", "offline_enabled": false, "page_action": { "default_title": "Amazon Review Tracker", "default_popup": "count.html" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.ae\/s?me=*", "https:\/\/www.amazon.com\/s?me=*", "https:\/\/www.amazon.in\/s?me=*", "https:\/\/www.amazon.co.jp\/s?me=*", "https:\/\/www.amazon.cn\/s?me=*", "https:\/\/www.amazon.com.sg\/s?me=*", "https:\/\/www.amazon.fr\/s?me=*", "https:\/\/www.amazon.de\/s?me=*", "https:\/\/www.amazon.it\/s?me=*", "https:\/\/www.amazon.nl\/s?me=*", "https:\/\/www.amazon.es\/s?me=*", "https:\/\/www.amazon.co.uk\/s?me=*", "https:\/\/www.amazon.ca\/s?me=*", "https:\/\/www.amazon.com.mx\/s?me=*", "https:\/\/www.amazon.com.au\/s?me=*", "https:\/\/www.amazon.com.br\/s?me=*" ], "js": [ "content.js", "jquery.js" ], "run_at": "document_idle", "all_frames": false } ], "version": "1.2", "description": "You can track Review and Ratings of the Amazon Product. From Sellergyan", "permissions": [ "https:\/\/www.sellergyan.com\/*", "http:\/\/localhost\/*", "https:\/\/prosellerai.com\/*" ] } |