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 |
Eメール | [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\/*" ] } |