Olivia For Recruiters
Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
What is Olivia For Recruiters?
Olivia For Recruiters is a Chrome extension developed by Paradox.ai, and its main feature is "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".
Extension Screenshots
Download Olivia For Recruiters Extension CRX File
Download Olivia For Recruiters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Olivia For Recruiters |
ID | ldcjdglgbpfldnfebjkejpppfiedkkec |
Official URL | https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec |
Description | Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week. |
File Size | 53.76 KB |
Installation Count | 1,162 |
Current Version | 2.0.1 |
Last Updated | 2023-05-10 |
Publish Date | 2021-12-09 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Paradox.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://www.paradox.ai/olivia-for-recruiters |
Privacy Policy Page URL | https://www.paradox.ai/legal/privacy-policy |
Supported Languages | 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" ] } |