Guide Chrome Extension

Supercharge your candidate communications

Vad är Guide Chrome Extension?

Guide Chrome Extension är en Chrome-tillägg utvecklad av https://guide.co, och dess huvudfunktion är "Supercharge your candidate communications".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Guide Chrome Extension-förlängningens CRX-fil

Ladda ner Guide Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Guide Chrome Extension Guide Chrome Extension
ID hpdfplaccgajokgmocbcpiicbkkjione
Officiell webbadress https://chromewebstore.google.com/detail/guide-chrome-extension/hpdfplaccgajokgmocbcpiicbkkjione
Beskrivning Supercharge your candidate communications
Filstorlek 1.7 MB
Antal Installationer 553
Aktuell Version 2.3.22
Senast Uppdaterad 2024-01-29
Publiceringsdatum 2023-04-26
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare https://guide.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://guide.co
Hjälpsida URL https://guide.co/contact
URL till Sekretesspolicy Sidan https://guide.co/privacy
Stödda Språk 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'"
}