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.”。
擴展截圖
下載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 |
ID | ldcjdglgbpfldnfebjkejpppfiedkkec |
官方網址 | 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" ] } |