Olivia For Recruiters

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

什么是Olivia For Recruiters?

Olivia For Recruiters是由Paradox.ai开发的Chrome扩展程序,该扩展的主要功能是“Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.”。

扩展截图

screenshot
screenshot

下载Olivia For Recruiters扩展crx文件

下载Olivia For Recruiters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Olivia For Recruiters Olivia For Recruiters
ID ldcjdglgbpfldnfebjkejpppfiedkkec
官方URL https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec
简介 Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
文件大小 53.76 KB
安装次数 1,162
当前版本 2.0.1
更新时间 2023-05-10
上架时间 2021-12-09
评分 4.38/5 共8次评分
开发者 Paradox.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.paradox.ai/olivia-for-recruiters
隐私政策页面URL https://www.paradox.ai/legal/privacy-policy
支持的语言 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"
    ]
}