Amazon ASIN Checker

Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…

Что такое Amazon ASIN Checker?

Amazon ASIN Checker - это расширение Chrome, разработанное https://extensionsworld.com, и его основная функция - "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".

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

screenshot

Скачать файл CRX расширения Amazon ASIN Checker

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

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

                        Check ASIN status. Get information about a list of products, only by providing ASIN data.
If you also provide prices, you can compare new and old results                    

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

Название Amazon ASIN Checker Amazon ASIN Checker
ID jhmikeeececplgomdjnahelcfoekohpo
Официальный URL https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo
Описание Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Размер файла 56.54 KB
Количество установок 25
Текущая Версия 0.0.3
Последнее Обновление 2021-02-16
Дата публикации 2021-02-06
Разработчик https://extensionsworld.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://extensionsworld.com/contact
URL страницы политики конфиденциальности https://extensionsworld.com/legal
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon ASIN Checker",
    "permissions": [
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.ca\/*",
        "storage"
    ],
    "version": "0.0.3",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/index.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "64": "icon64.png",
            "32": "icon32.png"
        },
        "default_title": "Amazon ASIN Checker",
        "default_popup": "html\/index.html"
    },
    "web_accessible_resources": [
        "js\/injectable.js",
        "html\/redirectFB.html"
    ]
}