Fillbit

Chrome extension of Fillbit

Fillbit란 무엇입니까?

Fillbit은(는) Fillbit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension of Fillbit"입니다.

확장 프로그램 스크린샷

screenshot

Fillbit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}