ReachOut

ReachOut streamlines the Outbound Recruiting process

O que é ReachOut?

ReachOut é uma extensão do Chrome desenvolvida por https://reachoutnow.io, e sua principal característica é "ReachOut streamlines the Outbound Recruiting process".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ReachOut

Baixe arquivos de extensão ReachOut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ReachOut ReachOut
ID dmbccjgljjkfhmdcahcbgmkebhdbifjg
URL Oficial https://chromewebstore.google.com/detail/reachout/dmbccjgljjkfhmdcahcbgmkebhdbifjg
Descrição ReachOut streamlines the Outbound Recruiting process
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 35
Versão Atual 1.0.3
Última Atualização 2023-06-01
Data de Publicação 2022-11-20
Desenvolvedor https://reachoutnow.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.reachoutnow.io/
URL da Página de Ajuda https://reachout.freshdesk.com/support/home
URL da Página de Política de Privacidade https://www.reachoutnow.io/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}