Fillbit

Chrome extension of Fillbit

Was ist Fillbit?

Fillbit ist eine Chrome-Erweiterung, die von Fillbit entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension of Fillbit".

Erweiterungsscreenshots

screenshot

Fillbit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fillbit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fillbit Fillbit
ID npalaoodncfdhppiblimmkcmfbhlghla
Offizielle URL https://chromewebstore.google.com/detail/fillbit/npalaoodncfdhppiblimmkcmfbhlghla
Beschreibung Chrome extension of Fillbit
Dateigröße 2.19 MB
Installationsanzahl 26
Aktuelle Version 0.1.9
Letztes Update 2021-08-15
Veröffentlichungsdatum 2021-05-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Fillbit
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.fillbit.io
Hilfeseite URL https://www.fillbit.io
URL der Datenschutzrichtlinien-Seite https://fillbit.readme.io/reference/terms
Unterstützte Sprachen 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"
}