Freshteam Sourcing Extension
Easy plug and play extension from Freshteam to source your candidates.
ما هو Freshteam Sourcing Extension؟
Freshteam Sourcing Extension هو إضافة Chrome تم تطويرها بواسطة Freshteam by Freshworks، والميزة الرئيسية لها هي "Easy plug and play extension from Freshteam to source your candidates.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Freshteam Sourcing Extension
قم بتنزيل ملفات الامتداد Freshteam Sourcing Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pursuing candidates on external sites made easy! With the all new Freshteam Sourcing Extension you can: → Experience frictionless candidate sourcing → Avoid pursuing duplicate candidates → Spend more time in building hiring pipeline You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/
معلومات أساسية عن التمديد
الاسم | |
ID | efceagngbclbofcpknkbbicbmfdbpefa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa |
الوصف | Easy plug and play extension from Freshteam to source your candidates. |
حجم الملف | 1.66 MB |
عدد التثبيتات | 462 |
النسخة الحالية | 2.2.0 |
آخر تحديث | 2022-09-05 |
تاريخ النشر | 2021-06-17 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Freshteam by Freshworks |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.freshworks.com/hrms/ |
عنوان صفحة المساعدة | https://support.freshteam.com/support/home |
عنوان صفحة سياسة الخصوصية | https://www.freshworks.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freshteam Sourcing Extension", "description": "Easy plug and play extension from Freshteam to source your candidates.", "version": "2.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage" ], "icons": { "16": "assets\/images\/ft-logo-s.png", "48": "assets\/images\/ft-logo-m.png", "128": "assets\/images\/ft-logo-l.png" }, "host_permissions": [ "https:\/\/*\/*" ], "action": { "default_title": "Freshteam Sourcing Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "assets\/ft-chrome-extension.css", "assets\/vendor.css" ], "js": [ "content-script.js" ] } ] } |