Huntible Product Hunt

This extension provide us the detail information about walmart products.

Co to jest Huntible Product Hunt?

Huntible Product Hunt to rozszerzenie Chrome opracowane przez Huntible, a jego główną funkcją jest „This extension provide us the detail information about walmart products.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Huntible Product Hunt

Pobierz pliki rozszerzeń Huntible Product Hunt 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Huntible Product Hunt Huntible Product Hunt
ID pkpcpdmhkjkfmbimjaljeaeglepelhlj
Oficjalny URL https://chromewebstore.google.com/detail/huntible-product-hunt/pkpcpdmhkjkfmbimjaljeaeglepelhlj
Opis This extension provide us the detail information about walmart products.
Rozmiar pliku 8.04 MB
Liczba instalacji 459
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-01-30
Data Publikacji 2023-01-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Huntible
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://huntible.com/
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1KGMZqD4NbLohfKsUBUxuHchh-sAs1EXFDZIbjrPWndY/edit?usp=sharing
Obsługiwane Języki 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"
    ]
}