Captiv8.io

Captiv8.io Extension

Что такое Captiv8.io?

Captiv8.io - это расширение Chrome, разработанное https://captiv8.io, и его основная функция - "Captiv8.io Extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Captiv8.io

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

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

                        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.                    

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

Название Captiv8.io Captiv8.io
ID pcdhigpealpghplgiheaaoaigbbfplki
Официальный URL https://chromewebstore.google.com/detail/captiv8io/pcdhigpealpghplgiheaaoaigbbfplki
Описание Captiv8.io Extension
Размер файла 118 KB
Количество установок 555
Текущая Версия 0.2.7
Последнее Обновление 2023-12-15
Дата публикации 2022-01-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://captiv8.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://captiv8.io
URL страницы помощи https://captiv8.io
URL страницы политики конфиденциальности https://captiv8.io/policy
Поддерживаемые языки 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"
        }
    }
}