ReachOut
ReachOut streamlines the Outbound Recruiting process
ما هو ReachOut؟
ReachOut هو إضافة Chrome تم تطويرها بواسطة https://reachoutnow.io، والميزة الرئيسية لها هي "ReachOut streamlines the Outbound Recruiting process".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ReachOut
قم بتنزيل ملفات الامتداد ReachOut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The ReachOut Chrome Extension works with the ReachOut recruiting service. It streamlines the recruiting process by simplifying the process of adding candidate profiles into the ReachOut service. With just a few clicks, candidate profiles can be added from LinkedIn, Indeed (coming soon) and other sources. The recruiter adds profiles to ReachOut Projects, which then associates an email to the candidate and sends out a mulitpart email campaign on their behalf.
معلومات أساسية عن التمديد
الاسم | ReachOut |
ID | dmbccjgljjkfhmdcahcbgmkebhdbifjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reachout/dmbccjgljjkfhmdcahcbgmkebhdbifjg |
الوصف | ReachOut streamlines the Outbound Recruiting process |
حجم الملف | 1.11 MB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-06-01 |
تاريخ النشر | 2022-11-20 |
المطور | https://reachoutnow.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.reachoutnow.io/ |
عنوان صفحة المساعدة | https://reachout.freshdesk.com/support/home |
عنوان صفحة سياسة الخصوصية | https://www.reachoutnow.io/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReachOut", "version": "1.0.3", "manifest_version": 3, "description": "ReachOut streamlines the Outbound Recruiting process", "homepage_url": "https:\/\/www.reachoutnow.io", "permissions": [ "storage", "tabs" ], "action": { "default_icon": "icons\/reachout48.png" }, "icons": { "16": "icons\/reachout16.png", "48": "icons\/reachout48.png", "128": "icons\/reachout128.png" }, "background": { "service_worker": "src\/background\/wrapper.js" }, "web_accessible_resources": [ { "resources": [ "ext\/jquery-3.4.1.min.js", "ext\/loglevel.js", "src\/content\/sidebar.html", "src\/content\/button.png" ], "matches": [ "https:\/\/app.reachoutnow.io\/*", "https:\/\/www.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/app.reachoutnow.io\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "ext\/jquery-3.4.1.min.js", "ext\/loglevel.js", "src\/configs.js", "src\/shared\/logger.js", "src\/content\/content.js", "src\/content\/backend_processor.js", "src\/content\/sidebar.js" ] } ] } |