ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

Что такое ASIN Fetcher?

ASIN Fetcher - это расширение Chrome, разработанное gopityro, и его основная функция - "Validate and fetch amazon product pages by ASIN code".

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

screenshot
screenshot

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

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

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

                        *Check and validate amazon product pages by enter ASIN code.
*Supported 14 different countries amazon websites
*Use your setting to change the behavior of extension
*Select a text on any website and Right Click search on amazon website 
Please, write your specific requirement to make this extension more useful.                    

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

Название ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
Официальный URL https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
Описание Validate and fetch amazon product pages by ASIN code
Размер файла 139 KB
Количество установок 411
Текущая Версия 1.0.3
Последнее Обновление 2023-09-05
Дата публикации 2019-03-25
Рейтинг 3.25/5 Всего 4 оценок
Разработчик gopityro
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "short_name": "Amazon asin checker",
    "description": "Validate and fetch amazon product pages by ASIN code",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "ASIN Fetcher",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "version": "1.0.3"
}