ASIN Fetcher
Validate and fetch amazon product pages by ASIN code
Vad är ASIN Fetcher?
ASIN Fetcher är en Chrome-tillägg utvecklad av gopityro, och dess huvudfunktion är "Validate and fetch amazon product pages by ASIN code".
Tilläggsskärmbilder
Ladda ner ASIN Fetcher-förlängningens CRX-fil
Ladda ner ASIN Fetcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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.
Grundläggande Information om Tillägg
Namn | ASIN Fetcher |
ID | gghbpobllgpdhiijbnnnhciidcijgpad |
Officiell webbadress | https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad |
Beskrivning | Validate and fetch amazon product pages by ASIN code |
Filstorlek | 139 KB |
Antal Installationer | 411 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-09-05 |
Publiceringsdatum | 2019-03-25 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | gopityro |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |