Olivia For Recruiters

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

Cos'è Olivia For Recruiters?

Olivia For Recruiters è un'estensione di Chrome sviluppata da Paradox.ai, e la sua funzione principale è "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Olivia For Recruiters

Scarica i file di estensione Olivia For Recruiters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Olivia For Recruiters Olivia For Recruiters
ID ldcjdglgbpfldnfebjkejpppfiedkkec
URL Ufficiale https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec
Descrizione Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
Dimensione del File 53.76 KB
Conteggio Installazioni 1,162
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-05-10
Data di Pubblicazione 2021-12-09
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore Paradox.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.paradox.ai/olivia-for-recruiters
URL della Pagina della Politica sulla Privacy https://www.paradox.ai/legal/privacy-policy
Lingue Supportate 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"
    ]
}