Huntible Product Hunt

This extension provide us the detail information about walmart products.

Что такое Huntible Product Hunt?

Huntible Product Hunt - это расширение Chrome, разработанное Huntible, и его основная функция - "This extension provide us the detail information about walmart products.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Huntible Product Hunt

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

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

                        It offers solutions for big data analytics, competitor monitoring, estimates and more.                    

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

Название Huntible Product Hunt Huntible Product Hunt
ID pkpcpdmhkjkfmbimjaljeaeglepelhlj
Официальный URL https://chromewebstore.google.com/detail/huntible-product-hunt/pkpcpdmhkjkfmbimjaljeaeglepelhlj
Описание This extension provide us the detail information about walmart products.
Размер файла 8.04 MB
Количество установок 459
Текущая Версия 1.0.2
Последнее Обновление 2023-01-30
Дата публикации 2023-01-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Huntible
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://huntible.com/
URL страницы политики конфиденциальности https://docs.google.com/document/d/1KGMZqD4NbLohfKsUBUxuHchh-sAs1EXFDZIbjrPWndY/edit?usp=sharing
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Huntible Product Hunt",
    "version": "1.0.2",
    "description": "This extension provide us the detail information about walmart products.",
    "manifest_version": 3,
    "author": "Huntible Inc.",
    "action": {
        "default_popup": "login.html",
        "default_title": "Huntible Product Hunt"
    },
    "icons": {
        "16": "\/static\/assets\/images\/favicon.png",
        "48": "\/static\/assets\/images\/Logo_sidebar.png",
        "128": "\/static\/assets\/images\/Logo.png"
    },
    "background": {
        "service_worker": "\/static\/assets\/js\/background.js"
    },
    "permissions": [
        "tabs"
    ]
}