ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

Wat is ASIN Fetcher?

ASIN Fetcher is een Chrome-extensie ontwikkeld door gopityro, en de belangrijkste functie is "Validate and fetch amazon product pages by ASIN code".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ASIN Fetcher

Download ASIN Fetcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *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.                    

Basisinformatie over de Extensie

Naam ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
Officiële URL https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
Beschrijving Validate and fetch amazon product pages by ASIN code
Bestandsgrootte 139 KB
Aantal Installaties 411
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-09-05
Publicatiedatum 2019-03-25
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar gopityro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}