Amazon Show ASIN (ASA)

ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com

¿Qué es Amazon Show ASIN (ASA)?

Amazon Show ASIN (ASA) es una extensión de Chrome desarrollada por https://ngothang.me, y su función principal es "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Amazon Show ASIN (ASA)

Descarga archivos de extensión Amazon Show ASIN (ASA) 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

                        ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.                    

Información Básica de la Extensión

Nombre Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
URL Oficial https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
Descripción ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Tamaño del Archivo 45.9 KB
Cantidad de Instalaciones 92
Versión Actual 0.0.3
Última Actualización 2022-09-20
Fecha de Publicación 2022-09-02
Desarrollador https://ngothang.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ngothang.me/
URL de la Página de Ayuda https://ngothang.me/contact/
URL de la Página de Política de Privacidad https://ngothang.me/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Show ASIN (ASA)",
    "version": "0.0.3",
    "manifest_version": 3,
    "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Amazon Show ASIN (ASA)",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": []
}