WelcomeKit.co Chrome Extension

Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.

What is WelcomeKit.co Chrome Extension?

WelcomeKit.co Chrome Extension is a Chrome extension developed by https://www.welcomekit.co, and its main feature is "Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.".

Extension Screenshots

screenshot
screenshot
screenshot

Download WelcomeKit.co Chrome Extension Extension CRX File

Download WelcomeKit.co Chrome Extension 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

                        Shortlist candidates from Linkedin, Viadeo, Behance, Github, Twitter, etc. to your WelcomeKit job offers.                    

Extension Basic Information

Name WelcomeKit.co Chrome Extension WelcomeKit.co Chrome Extension
ID lejhdnpgccgidknkedecghdkamgmempj
Official URL https://chromewebstore.google.com/detail/welcomekitco-chrome-exten/lejhdnpgccgidknkedecghdkamgmempj
Description Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.
File Size 1.4 MB
Installation Count 1,246
Current Version 1.4.1
Last Updated 2023-03-24
Publish Date 2020-06-26
Rating 4.33/5 Total 3 Ratings
Developer https://www.welcomekit.co
Email [email protected]
Payment Type free
Extension Website https://www.welcomekit.co/
Privacy Policy Page URL https://www.welcomekit.co/legal
Supported Languages en,fr,es,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "name": "WelcomeKit.co Chrome Extension",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_extension_default_title__",
        "default_icon": "img\/icon-16.png"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-candidate-128.png"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/fonts\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "scripting",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; connect-src https:\/\/www.welcomekit.co https:\/\/myaccount.welcometothejungle.com; img-src 'self' data:;"
    },
    "host_permissions": [
        "https:\/\/*.welcomekit.co\/*",
        "https:\/\/*.welcomekit.tech\/*",
        "https:\/\/*.preprod.wttj.tech\/*",
        "https:\/\/*.wttj.tech\/*",
        "https:\/\/*.welcometothejungle.com\/*",
        "https:\/\/*.angel.co\/*",
        "https:\/\/*.apec.fr\/*",
        "https:\/\/*.behance.net\/*",
        "https:\/\/*.dribbble.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/*.employers.indeed.com\/*",
        "https:\/\/*.leboncoin.fr\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.stackoverflow.com\/*",
        "https:\/\/*.talent.io\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.uxjobs.fr\/*",
        "https:\/\/*.xing.com\/*"
    ]
}