WelcomeKit.co Chrome Extension

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

Co to jest WelcomeKit.co Chrome Extension?

WelcomeKit.co Chrome Extension to rozszerzenie Chrome opracowane przez https://www.welcomekit.co, a jego główną funkcją jest „Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WelcomeKit.co Chrome Extension

Pobierz pliki rozszerzeń WelcomeKit.co Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa WelcomeKit.co Chrome Extension WelcomeKit.co Chrome Extension
ID lejhdnpgccgidknkedecghdkamgmempj
Oficjalny URL https://chromewebstore.google.com/detail/welcomekitco-chrome-exten/lejhdnpgccgidknkedecghdkamgmempj
Opis Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.
Rozmiar pliku 1.4 MB
Liczba instalacji 1,246
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2023-03-24
Data Publikacji 2020-06-26
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://www.welcomekit.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.welcomekit.co/
Adres URL Strony Polityki Prywatności https://www.welcomekit.co/legal
Obsługiwane Języki 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\/*"
    ]
}