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

Cos'è Amazon Show ASIN (ASA)?

Amazon Show ASIN (ASA) è un'estensione di Chrome sviluppata da https://ngothang.me, e la sua funzione principale è "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Show ASIN (ASA)

Scarica i file di estensione Amazon Show ASIN (ASA) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
URL Ufficiale https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
Descrizione ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Dimensione del File 45.9 KB
Conteggio Installazioni 92
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-09-20
Data di Pubblicazione 2022-09-02
Sviluppatore https://ngothang.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ngothang.me/
URL della Pagina di Aiuto https://ngothang.me/contact/
URL della Pagina della Politica sulla Privacy https://ngothang.me/privacy-policy
Lingue Supportate 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": []
}