ReachOut

ReachOut streamlines the Outbound Recruiting process

ReachOutคืออะไร?

ReachOut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reachoutnow.io และคุณลักษณะหลักของมันคือ "ReachOut streamlines the Outbound Recruiting process"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReachOut

ดาวน์โหลดไฟล์ส่วนขยาย 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 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/
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"
            ]
        }
    ]
}