Baselance.co

Baselance.co extension for importing contacts

Baselance.co란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

Baselance.co 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quickly import talent's profiles into baselance.co, personal talent management tool                    

확장 프로그램 기본 정보

이름 Baselance.co Baselance.co
ID mojgobodabcbfajonllbabhacbpfplkb
공식 URL https://chromewebstore.google.com/detail/baselanceco/mojgobodabcbfajonllbabhacbpfplkb
설명 Baselance.co extension for importing contacts
파일 크기 954 KB
설치 횟수 70
현재 버전 0.2.9
최근 업데이트 2023-07-12
출시 날짜 2021-10-19
평점 5.00/5 총 3 개의 평점
개발자 Baselance.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://baselance.co
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Baselance.co",
    "description": "Baselance.co extension for importing contacts",
    "version": "0.2.9",
    "icons": {
        "16": "active.png",
        "48": "active.png",
        "128": "active.png"
    },
    "action": {
        "default_title": "baselance",
        "default_icon": "active.png"
    },
    "background": {
        "service_worker": "static\/js\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/baselance.co\/*",
        "https:\/\/app.baselance.co\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}