Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
Qu'est-ce que Amazon ASIN Viewer ?
Amazon ASIN Viewer est une extension Chrome développée par saaction, et sa fonction principale est "Make visible all ASIN easily on any page of Amazon Site".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon ASIN Viewer
Téléchargez les fichiers d'extension Amazon ASIN Viewer 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
ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page Features include: • View ASINs on any Amazon Search result page • View ASINs on Amazon Product Page • Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more • View ASINs on any amazon page • 100% FREE • FREE Lifetime Updates • FREE Support Got Question? Reach us : https://saaction.in
Informations de Base sur l'Extension
Nom | Amazon ASIN Viewer |
ID | ahhaaapepffpiajdgbaedofpbpfbncff |
URL Officiel | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
Description | Make visible all ASIN easily on any page of Amazon Site |
Taille du Fichier | 31.66 KB |
Nombre d'Installations | 163 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-04-12 |
Date de Publication | 2021-02-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | saaction |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://saaction.in/ |
URL de la Page d'Aide | http://saaction.in/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon ASIN Viewer", "version": "0.2", "description": "Make visible all ASIN easily on any page of Amazon Site", "permissions": [ "*:\/\/*.amazon.com\/*", "tabs", "activeTab", "storage" ], "options_page": ".\/popup.html", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_title": "Amazon ASIN Options", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |