ReachOut
ReachOut streamlines the Outbound Recruiting process
什麼是ReachOut?
ReachOut是由https://reachoutnow.io開發的Chrome擴展程式,該擴展的主要功能是“ReachOut streamlines the Outbound Recruiting process”。
擴展截圖
下載ReachOut擴展crx文件
下載ReachOut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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/ |
說明頁面URL | https://reachout.freshdesk.com/support/home |
隱私政策頁面URL | 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" ] } ] } |