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

Co to jest Amazon Show ASIN (ASA)?

Amazon Show ASIN (ASA) to rozszerzenie Chrome opracowane przez https://ngothang.me, a jego główną funkcją jest „ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amazon Show ASIN (ASA)

Pobierz pliki rozszerzeń Amazon Show ASIN (ASA) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
Oficjalny URL https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
Opis ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Rozmiar pliku 45.9 KB
Liczba instalacji 92
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-09-20
Data Publikacji 2022-09-02
Deweloper https://ngothang.me
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ngothang.me/
Adres URL Strony Pomocy https://ngothang.me/contact/
Adres URL Strony Polityki Prywatności https://ngothang.me/privacy-policy
Obsługiwane Języki 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": []
}