Randstad AI Assistant
Helps you rewrite job postings and other things!
Vad är Randstad AI Assistant?
Randstad AI Assistant är en Chrome-tillägg utvecklad av randstad.assistant, och dess huvudfunktion är "Helps you rewrite job postings and other things!".
Tilläggsskärmbilder
Ladda ner Randstad AI Assistant-förlängningens CRX-fil
Ladda ner Randstad AI Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
Officiell webbadress | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Beskrivning | Helps you rewrite job postings and other things! |
Filstorlek | 3.5 MB |
Antal Installationer | 194 |
Aktuell Version | 0.70 |
Senast Uppdaterad | 2023-11-17 |
Publiceringsdatum | 2023-07-24 |
Utvecklare | randstad.assistant |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |