WelcomeKit.co Chrome Extension
Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.
什么是WelcomeKit.co Chrome Extension?
WelcomeKit.co Chrome Extension是由https://www.welcomekit.co开发的Chrome扩展程序,该扩展的主要功能是“Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings.”。
扩展截图
下载WelcomeKit.co Chrome Extension扩展crx文件
下载WelcomeKit.co Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shortlist candidates from Linkedin, Viadeo, Behance, Github, Twitter, etc. to your WelcomeKit job offers.
扩展基本信息
名称 | WelcomeKit.co Chrome Extension |
ID | lejhdnpgccgidknkedecghdkamgmempj |
官方URL | https://chromewebstore.google.com/detail/welcomekitco-chrome-exten/lejhdnpgccgidknkedecghdkamgmempj |
简介 | Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings. |
文件大小 | 1.4 MB |
安装次数 | 1,246 |
当前版本 | 1.4.1 |
更新时间 | 2023-03-24 |
上架时间 | 2020-06-26 |
评分 | 4.33/5 共3次评分 |
开发者 | https://www.welcomekit.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.welcomekit.co/ |
隐私政策页面URL | https://www.welcomekit.co/legal |
支持的语言 | 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\/*" ] } |