Recruit Wizard
Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
ما هو Recruit Wizard؟
Recruit Wizard هو إضافة Chrome تم تطويرها بواسطة https://recruitwizard.com، والميزة الرئيسية لها هي "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recruit Wizard
قم بتنزيل ملفات الامتداد Recruit Wizard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Recruit Wizard's Chrome Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
معلومات أساسية عن التمديد
الاسم | Recruit Wizard |
ID | lmfchgkcgflmhcjgnoldbabhlfahfagi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi |
الوصف | Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard. |
حجم الملف | 313 KB |
عدد التثبيتات | 146 |
النسخة الحالية | 3.3.0 |
آخر تحديث | 2024-02-21 |
تاريخ النشر | 2020-06-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://recruitwizard.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://recruitwizard.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recruit Wizard", "version": "3.3.0", "manifest_version": 2, "description": "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.", "icons": { "128": "RecruitWizardIcon.png" }, "page_action": { "default_icon": "RecruitWizardIcon.png", "default_popup": "index.html", "default_title": "Recruit Wizard" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "declarativeContent", "contextMenus", "https:\/\/*.recruitwizard.com\/*", "https:\/\/*.linkedin.com\/*", "http:\/\/*.linkedin.com\/*", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } |