WelcomeKit.co Chrome Extension
Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.
Cos'è WelcomeKit.co Chrome Extension?
WelcomeKit.co Chrome Extension è un'estensione di Chrome sviluppata da https://www.welcomekit.co, e la sua funzione principale è "Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WelcomeKit.co Chrome Extension
Scarica i file di estensione WelcomeKit.co Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shortlist candidates from Linkedin, Viadeo, Behance, Github, Twitter, etc. to your WelcomeKit job offers.
Informazioni di Base sull'Estensione
Nome | WelcomeKit.co Chrome Extension |
ID | lejhdnpgccgidknkedecghdkamgmempj |
URL Ufficiale | https://chromewebstore.google.com/detail/welcomekitco-chrome-exten/lejhdnpgccgidknkedecghdkamgmempj |
Descrizione | Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings. |
Dimensione del File | 1.4 MB |
Conteggio Installazioni | 1,246 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2023-03-24 |
Data di Pubblicazione | 2020-06-26 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.welcomekit.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.welcomekit.co/ |
URL della Pagina della Politica sulla Privacy | https://www.welcomekit.co/legal |
Lingue Supportate | 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\/*" ] } |