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 |
公式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 |
Eメール | [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" ] } |