Olivia For Recruiters

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

Apa itu Olivia For Recruiters?

Olivia For Recruiters adalah ekstensi Chrome yang dikembangkan oleh Paradox.ai, dan fitur utamanya adalah "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Olivia For Recruiters

Unduh file ekstensi Olivia For Recruiters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Olivia For Recruiters Olivia For Recruiters
ID ldcjdglgbpfldnfebjkejpppfiedkkec
URL Resmi https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec
Deskripsi Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
Ukuran File 53.76 KB
Jumlah Instalasi 1,162
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2023-05-10
Tanggal Publikasi 2021-12-09
Penilaian 4.38/5 Total 8 Penilaian
Pengembang Paradox.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.paradox.ai/olivia-for-recruiters
URL Halaman Kebijakan Privasi https://www.paradox.ai/legal/privacy-policy
Bahasa yang Didukung 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"
    ]
}