Fillbit

Chrome extension of Fillbit

Cos'è Fillbit?

Fillbit è un'estensione di Chrome sviluppata da Fillbit, e la sua funzione principale è "Chrome extension of Fillbit".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fillbit

Scarica i file di estensione Fillbit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fillbit Fillbit
ID npalaoodncfdhppiblimmkcmfbhlghla
URL Ufficiale https://chromewebstore.google.com/detail/fillbit/npalaoodncfdhppiblimmkcmfbhlghla
Descrizione Chrome extension of Fillbit
Dimensione del File 2.19 MB
Conteggio Installazioni 26
Versione Corrente 0.1.9
Ultimo Aggiornamento 2021-08-15
Data di Pubblicazione 2021-05-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Fillbit
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fillbit.io
URL della Pagina di Aiuto https://www.fillbit.io
URL della Pagina della Politica sulla Privacy https://fillbit.readme.io/reference/terms
Lingue Supportate 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"
}