ASIN Fetcher
Validate and fetch amazon product pages by ASIN code
Was ist ASIN Fetcher?
ASIN Fetcher ist eine Chrome-Erweiterung, die von gopityro entwickelt wurde, und ihr Hauptmerkmal ist "Validate and fetch amazon product pages by ASIN code".
Erweiterungsscreenshots
ASIN Fetcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie ASIN Fetcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
*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.
Grundlegende Informationen zur Erweiterung
Name | ASIN Fetcher |
ID | gghbpobllgpdhiijbnnnhciidcijgpad |
Offizielle URL | https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad |
Beschreibung | Validate and fetch amazon product pages by ASIN code |
Dateigröße | 139 KB |
Installationsanzahl | 411 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-09-05 |
Veröffentlichungsdatum | 2019-03-25 |
Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
Entwickler | gopityro |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |