Fillbit

Chrome extension of Fillbit

Fillbitคืออะไร?

Fillbit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fillbit และคุณลักษณะหลักของมันคือ "Chrome extension of Fillbit"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fillbit

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}