Olivia For Recruiters
Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
Qu'est-ce que Olivia For Recruiters ?
Olivia For Recruiters est une extension Chrome développée par Paradox.ai, et sa fonction principale est "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Olivia For Recruiters
Téléchargez les fichiers d'extension Olivia For Recruiters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Olivia For Recruiters |
ID | ldcjdglgbpfldnfebjkejpppfiedkkec |
URL Officiel | 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. |
Taille du Fichier | 53.76 KB |
Nombre d'Installations | 1,162 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2023-05-10 |
Date de Publication | 2021-12-09 |
Évaluation | 4.38/5 Total 8 Évaluations |
Développeur | Paradox.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.paradox.ai/olivia-for-recruiters |
URL de la Page de Politique de Confidentialité | https://www.paradox.ai/legal/privacy-policy |
Langues Prises en Charge | 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" ] } |