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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |