Randstad AI Assistant
Helps you rewrite job postings and other things!
Was ist Randstad AI Assistant?
Randstad AI Assistant ist eine Chrome-Erweiterung, die von randstad.assistant entwickelt wurde, und ihr Hauptmerkmal ist "Helps you rewrite job postings and other things!".
Erweiterungsscreenshots
Randstad AI Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Randstad AI Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
Offizielle URL | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Beschreibung | Helps you rewrite job postings and other things! |
Dateigröße | 3.5 MB |
Installationsanzahl | 194 |
Aktuelle Version | 0.70 |
Letztes Update | 2023-11-17 |
Veröffentlichungsdatum | 2023-07-24 |
Entwickler | randstad.assistant |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |