Fillbit

Chrome extension of Fillbit

Fillbitとは何ですか?

FillbitはFillbitによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension of Fillbit」です。

拡張機能のスクリーンショット

screenshot

Fillbit拡張機能のCRXファイルをダウンロード

Fillbit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Fillbit Fillbit
ID npalaoodncfdhppiblimmkcmfbhlghla
公式URL https://chromewebstore.google.com/detail/fillbit/npalaoodncfdhppiblimmkcmfbhlghla
説明 Chrome extension of Fillbit
ファイルサイズ 2.19 MB
インストール数 26
現在のバージョン 0.1.9
最終更新日 2021-08-15
公開日 2021-05-04
評価 5.00/5 合計 1 レビュー
開発者 Fillbit
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fillbit.io
ヘルプページのURL https://www.fillbit.io
プライバシーポリシーページのURL https://fillbit.readme.io/reference/terms
対応言語 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"
}