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

Что такое Amazon Show ASIN (ASA)?

Amazon Show ASIN (ASA) - это расширение Chrome, разработанное https://ngothang.me, и его основная функция - "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Amazon Show ASIN (ASA)

Скачайте файлы расширений Amazon Show ASIN (ASA) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
Официальный URL https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
Описание ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
Размер файла 45.9 KB
Количество установок 92
Текущая Версия 0.0.3
Последнее Обновление 2022-09-20
Дата публикации 2022-09-02
Разработчик https://ngothang.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ngothang.me/
URL страницы помощи https://ngothang.me/contact/
URL страницы политики конфиденциальности https://ngothang.me/privacy-policy
Поддерживаемые языки 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": []
}