Captiv8.io

Captiv8.io Extension

Captiv8.io là gì?

Captiv8.io là một tiện ích mở rộng Chrome được phát triển bởi https://captiv8.io, và tính năng chính của nó là "Captiv8.io Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Captiv8.io

Tải xuống các tệp mở rộng Captiv8.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Captiv8.io Captiv8.io
ID pcdhigpealpghplgiheaaoaigbbfplki
URL Chính Thức https://chromewebstore.google.com/detail/captiv8io/pcdhigpealpghplgiheaaoaigbbfplki
Mô tả Captiv8.io Extension
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 555
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2022-01-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://captiv8.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://captiv8.io
URL Trang Trợ Giúp https://captiv8.io
URL Trang Chính Sách Bảo Mật https://captiv8.io/policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}