Fillbit

Chrome extension of Fillbit

Fillbit क्या है?

Fillbit Fillbit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension of Fillbit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fillbit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}