Baselance.co

Baselance.co extension for importing contacts

What is Baselance.co?

Baselance.co is a Chrome extension developed by Baselance.co, and its main feature is "Baselance.co extension for importing contacts".

Extension Screenshots

screenshot

Download Baselance.co Extension CRX File

Download Baselance.co extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Baselance.co Baselance.co
ID mojgobodabcbfajonllbabhacbpfplkb
Official URL https://chromewebstore.google.com/detail/baselanceco/mojgobodabcbfajonllbabhacbpfplkb
Description Baselance.co extension for importing contacts
File Size 954 KB
Installation Count 70
Current Version 0.2.9
Last Updated 2023-07-12
Publish Date 2021-10-19
Rating 5.00/5 Total 3 Ratings
Developer Baselance.co
Email [email protected]
Payment Type free
Extension Website https://baselance.co
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}