ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

¿Qué es ASIN Fetcher?

ASIN Fetcher es una extensión de Chrome desarrollada por gopityro, y su función principal es "Validate and fetch amazon product pages by ASIN code".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ASIN Fetcher

Descarga archivos de extensión ASIN Fetcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
URL Oficial https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
Descripción Validate and fetch amazon product pages by ASIN code
Tamaño del Archivo 139 KB
Cantidad de Instalaciones 411
Versión Actual 1.0.3
Última Actualización 2023-09-05
Fecha de Publicación 2019-03-25
Calificación 3.25/5 Total de 4 Calificaciones
Desarrollador gopityro
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}