Captiv8.io

Captiv8.io Extension

Co to jest Captiv8.io?

Captiv8.io to rozszerzenie Chrome opracowane przez https://captiv8.io, a jego główną funkcją jest „Captiv8.io Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Captiv8.io

Pobierz pliki rozszerzeń Captiv8.io 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

                        Chrome extension that is exclusively used on Instagram for users to browse on influencer’s Instagram while quickly pulling in information into the database. It will capture influencer’s instagram URL, populate their first and last name, biography information, automatically update follower count, and pull in sample images.                    

Podstawowe informacje o rozszerzeniu

Nazwa Captiv8.io Captiv8.io
ID pcdhigpealpghplgiheaaoaigbbfplki
Oficjalny URL https://chromewebstore.google.com/detail/captiv8io/pcdhigpealpghplgiheaaoaigbbfplki
Opis Captiv8.io Extension
Rozmiar pliku 118 KB
Liczba instalacji 555
Aktualna Wersja 0.2.7
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2022-01-27
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://captiv8.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://captiv8.io
Adres URL Strony Pomocy https://captiv8.io
Adres URL Strony Polityki Prywatności https://captiv8.io/policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Captiv8.io",
    "version": "0.2.7",
    "description": "Captiv8.io Extension",
    "homepage_url": "http:\/\/captiv8.io",
    "icons": {
        "16": "16x16.4f9162b1.png",
        "48": "48x48.69f63ea3.png",
        "128": "128x128.f47ddb22.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "public.08c3f1f5.html",
        "default_title": "Add Creator"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Add Creator"
        }
    }
}