ASIN Fetcher
Validate and fetch amazon product pages by ASIN code
Qu'est-ce que ASIN Fetcher ?
ASIN Fetcher est une extension Chrome développée par gopityro, et sa fonction principale est "Validate and fetch amazon product pages by ASIN code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ASIN Fetcher
Téléchargez les fichiers d'extension ASIN Fetcher 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 and validate amazon product pages by enter ASIN code. *Supported 14 different countries amazon websites *Use your setting to change the behavior of extension *Select a text on any website and Right Click search on amazon website Please, write your specific requirement to make this extension more useful.
Informations de Base sur l'Extension
Nom | ASIN Fetcher |
ID | gghbpobllgpdhiijbnnnhciidcijgpad |
URL Officiel | https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad |
Description | Validate and fetch amazon product pages by ASIN code |
Taille du Fichier | 139 KB |
Nombre d'Installations | 411 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-09-05 |
Date de Publication | 2019-03-25 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | gopityro |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Gopi Tyro", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "short_name": "Amazon asin checker", "description": "Validate and fetch amazon product pages by ASIN code", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2, "name": "ASIN Fetcher", "permissions": [ "activeTab", "storage", "notifications", "contextMenus" ], "version": "1.0.3" } |