Baselance.co
Baselance.co extension for importing contacts
什么是Baselance.co?
Baselance.co是由Baselance.co开发的Chrome扩展程序,该扩展的主要功能是“Baselance.co extension for importing contacts”。
扩展截图
下载Baselance.co扩展crx文件
下载Baselance.co扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Quickly import talent's profiles into baselance.co, personal talent management tool                     扩展基本信息
| 名称 |   |  
| 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}  |  |