Olivia For Recruiters
Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.
O que é Olivia For Recruiters?
Olivia For Recruiters é uma extensão do Chrome desenvolvida por Paradox.ai, e sua principal característica é "Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Olivia For Recruiters
Baixe arquivos de extensão Olivia For Recruiters no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Olivia For Recruiters |
ID | ldcjdglgbpfldnfebjkejpppfiedkkec |
URL Oficial | https://chromewebstore.google.com/detail/olivia-for-recruiters/ldcjdglgbpfldnfebjkejpppfiedkkec |
Descrição | Meet Olivia, your free recruiting assistant who eliminates the back and forth of interview scheduling, saving you hours each week. |
Tamanho do Arquivo | 53.76 KB |
Contagem de Instalações | 1,162 |
Versão Atual | 2.0.1 |
Última Atualização | 2023-05-10 |
Data de Publicação | 2021-12-09 |
Classificação | 4.38/5 Total de 8 Avaliações |
Desenvolvedor | Paradox.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.paradox.ai/olivia-for-recruiters |
URL da Página de Política de Privacidade | https://www.paradox.ai/legal/privacy-policy |
Idiomas Suportados | 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" ] } |