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

Was ist Amazon Show ASIN (ASA)?

Amazon Show ASIN (ASA) ist eine Chrome-Erweiterung, die von https://ngothang.me entwickelt wurde, und ihr Hauptmerkmal ist "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".

Erweiterungsscreenshots

screenshot

Amazon Show ASIN (ASA)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Show ASIN (ASA)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
Offizielle URL https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
Beschreibung ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Dateigröße 45.9 KB
Installationsanzahl 92
Aktuelle Version 0.0.3
Letztes Update 2022-09-20
Veröffentlichungsdatum 2022-09-02
Entwickler https://ngothang.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ngothang.me/
Hilfeseite URL https://ngothang.me/contact/
URL der Datenschutzrichtlinien-Seite https://ngothang.me/privacy-policy
Unterstützte Sprachen 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": []
}