Fillbit

Chrome extension of Fillbit

Fillbit là gì?

Fillbit là một tiện ích mở rộng Chrome được phát triển bởi Fillbit, và tính năng chính của nó là "Chrome extension of Fillbit".

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

screenshot

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

Tải xuống các tệp mở rộng Fillbit 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

                        Fillbit is the first B2B sourcing club. By joining us, you will access our unified leads database which is maintained and updated by our members. 

Without technical knowledge, retrieve and segment companies and profiles based on hundreds of data points and be notified when new ones are identified. 

This extension will automatically retrieve the session cookies of the websites you're connected to and extract for you new relevant entities.                    

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

Tên Fillbit Fillbit
ID npalaoodncfdhppiblimmkcmfbhlghla
URL Chính Thức https://chromewebstore.google.com/detail/fillbit/npalaoodncfdhppiblimmkcmfbhlghla
Mô tả Chrome extension of Fillbit
Kích Thước Tệp 2.19 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2021-08-15
Ngày Phát Hành 2021-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fillbit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fillbit.io
URL Trang Trợ Giúp https://www.fillbit.io
URL Trang Chính Sách Bảo Mật https://fillbit.readme.io/reference/terms
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fillbit",
    "description": "Chrome extension of Fillbit",
    "author": "auree",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/app.fillbit.io\/*",
        "*:\/\/www.linkedin.com\/*",
        "webRequest",
        "cookies",
        "background",
        "unlimitedStorage",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "\/static\/js\/main.55c383bd.js"
            ],
            "css": [
                "\/static\/css\/main.8eca3472.css"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.fillbit.io\/*",
            "*:\/\/core.fillbit.io\/*",
            "http:\/\/localhost:3001\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*"
    ],
    "version": "0.1.9"
}