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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.welcomekit.co และคุณลักษณะหลักของมันคือ "Import applicants from LinkedIn, Behance, Github, Twitter, etc. to your Welcome Kit job listings."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WelcomeKit.co Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |