Olivia For Recruiters

Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.

Vad är Olivia For Recruiters?

Olivia For Recruiters är en Chrome-tillägg utvecklad av Paradox.ai, och dess huvudfunktion är "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Olivia For Recruiters-förlängningens CRX-fil

Ladda ner Olivia For Recruiters-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

                        Olivia is an AI Assistant built to help you reach out to your candidates (among other things!).

Just right-click on any phone number and then click on "Chat on WhatsApp" and you'll be directed to a WhatsApp chat with the selected number! 

Feel free to reach out if you have any questions!                    

Grundläggande Information om Tillägg

Namn Olivia For Recruiters Olivia For Recruiters
ID ldcjdglgbpfldnfebjkejpppfiedkkec
Officiell webbadress https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec
Beskrivning Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
Filstorlek 53.76 KB
Antal Installationer 1,162
Aktuell Version 2.0.1
Senast Uppdaterad 2023-05-10
Publiceringsdatum 2021-12-09
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Paradox.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.paradox.ai/olivia-for-recruiters
URL till Sekretesspolicy Sidan https://www.paradox.ai/legal/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 3,
    "name": "Olivia For Recruiters",
    "description": "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.",
    "action": {
        "default_title": "Olivia For Recruiters",
        "default_icon": {
            "19": "images\/enzo_24x24.png",
            "38": "images\/enzo_24x24.png"
        }
    },
    "icons": {
        "16": "images\/enzo_24x24.png",
        "48": "images\/enzo_24x24.png",
        "128": "images\/enzo_24x24.png"
    },
    "background": {
        "service_worker": "background-scripts\/index.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ]
}