Guide Chrome Extension

Supercharge your candidate communications

O que é Guide Chrome Extension?

Guide Chrome Extension é uma extensão do Chrome desenvolvida por https://guide.co, e sua principal característica é "Supercharge your candidate communications".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Guide Chrome Extension

Baixe arquivos de extensão Guide Chrome Extension 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 Guide Chrome extension allows recruiting teams to communicate with candidates more effectively and efficiently, right inside of Greenhouse.

With the Guide Chrome extension installed, every message sent to a candidate automatically includes their personalized, branded candidate portal.

And with a unified inbox and real-time engagement metrics, recruiters and coordinators are more productive and nothing slips through the cracks.

Why do talent teams love Guide? Less unwanted drop-off, faster time-to-hire, and higher candidate satisfaction (regardless of the hiring decision).                    

Informações Básicas da Extensão

Nome Guide Chrome Extension Guide Chrome Extension
ID hpdfplaccgajokgmocbcpiicbkkjione
URL Oficial https://chromewebstore.google.com/detail/guide-chrome-extension/hpdfplaccgajokgmocbcpiicbkkjione
Descrição Supercharge your candidate communications
Tamanho do Arquivo 1.7 MB
Contagem de Instalações 553
Versão Atual 2.3.22
Última Atualização 2024-01-29
Data de Publicação 2023-04-26
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://guide.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://guide.co
URL da Página de Ajuda https://guide.co/contact
URL da Página de Política de Privacidade https://guide.co/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guide Chrome Extension",
    "version": "2.3.22",
    "description": "Supercharge your candidate communications",
    "icons": {
        "128": "guide-extension-icon--128w.png",
        "48": "guide-extension-icon--48w.png",
        "38": "guide-extension-icon--38w.png",
        "16": "guide-extension-icon--16w.png"
    },
    "browser_action": [],
    "homepage_url": "https:\/\/app.guide.co\/",
    "web_accessible_resources": [
        "web-accessible-content\/proxy.html",
        "web-accessible-content\/proxy.js",
        "web-accessible-content\/logomark--color.svg",
        "web-accessible-content\/logo-horizontal.svg",
        "web-accessible-content\/intro-tour-hero-image.png",
        "web-accessible-content\/intro-tour\/tour-image1.png",
        "web-accessible-content\/intro-tour\/tour-image2.png",
        "web-accessible-content\/intro-tour\/tour-image3.png",
        "web-accessible-content\/intro-tour\/complete.png",
        "web-accessible-content\/hiring-decisions-tour\/tour-image-1.png"
    ],
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.goodtime.io\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "ids": [
            "bhlhgcflccnmfobocjmfcogeboppchdj"
        ],
        "matches": [
            "https:\/\/localhost:3002\/*",
            "https:\/\/app.guide.co\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src https:\/\/*.guide.co 'self'; object-src 'self'"
}