Randstad AI Assistant
Helps you rewrite job postings and other things!
Cos'è Randstad AI Assistant?
Randstad AI Assistant è un'estensione di Chrome sviluppata da randstad.assistant, e la sua funzione principale è "Helps you rewrite job postings and other things!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Randstad AI Assistant
Scarica i file di estensione Randstad AI Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
URL Ufficiale | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Descrizione | Helps you rewrite job postings and other things! |
Dimensione del File | 3.5 MB |
Conteggio Installazioni | 194 |
Versione Corrente | 0.70 |
Ultimo Aggiornamento | 2023-11-17 |
Data di Pubblicazione | 2023-07-24 |
Sviluppatore | randstad.assistant |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |