Amazon ASIN Checker
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Qu'est-ce que Amazon ASIN Checker ?
Amazon ASIN Checker est une extension Chrome développée par https://extensionsworld.com, et sa fonction principale est "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon ASIN Checker
Téléchargez les fichiers d'extension Amazon ASIN Checker 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
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can compare new and old results
Informations de Base sur l'Extension
Nom | Amazon ASIN Checker |
ID | jhmikeeececplgomdjnahelcfoekohpo |
URL Officiel | https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo |
Description | Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can… |
Taille du Fichier | 56.54 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-02-16 |
Date de Publication | 2021-02-06 |
Développeur | https://extensionsworld.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://extensionsworld.com/contact |
URL de la Page de Politique de Confidentialité | https://extensionsworld.com/legal |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon ASIN Checker", "permissions": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "storage" ], "version": "0.0.3", "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*" ], "js": [ "js\/utils.js", "js\/index.js" ] } ], "icons": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "default_title": "Amazon ASIN Checker", "default_popup": "html\/index.html" }, "web_accessible_resources": [ "js\/injectable.js", "html\/redirectFB.html" ] } |