Captiv8.io

Captiv8.io Extension

Captiv8.io란 무엇입니까?

Captiv8.io은(는) https://captiv8.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captiv8.io Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Captiv8.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}