ReachOut

ReachOut streamlines the Outbound Recruiting process

ReachOut क्या है?

ReachOut https://reachoutnow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ReachOut streamlines the Outbound Recruiting process"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReachOut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}