Randstad AI Assistant
Helps you rewrite job postings and other things!
O que é Randstad AI Assistant?
Randstad AI Assistant é uma extensão do Chrome desenvolvida por randstad.assistant, e sua principal característica é "Helps you rewrite job postings and other things!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Randstad AI Assistant
Baixe arquivos de extensão Randstad AI Assistant 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
Are you a busy recruiter looking for a smarter and more efficient way to create compelling job posts that attract top talent? Look no further! Randstad AI Assistant is the ultimate Chrome extension designed specifically for recruiters like you, harnessing the power of artificial intelligence to revolutionize the job posting process.
Informações Básicas da Extensão
Nome | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
URL Oficial | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Descrição | Helps you rewrite job postings and other things! |
Tamanho do Arquivo | 3.5 MB |
Contagem de Instalações | 194 |
Versão Atual | 0.70 |
Última Atualização | 2023-11-17 |
Data de Publicação | 2023-07-24 |
Desenvolvedor | randstad.assistant |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Randstad AI Assistant ", "version": "0.70", "manifest_version": 3, "description": "Helps you rewrite job postings and other things!", "icons": { "128": "icon-128.png", "16": "icon-16.png" }, "side_panel": { "default_path": "index.html", "openPanelOnActionClick": true }, "action": { "default_title": "Click to open panel" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/randstad-api.codebnb.me\/", "https:\/\/gcp-randstad-prod-gyfqsifefq-ew.a.run.app\/" ], "permissions": [ "sidePanel", "contextMenus" ] } |