Randstad AI Assistant
Helps you rewrite job postings and other things!
Wat is Randstad AI Assistant?
Randstad AI Assistant is een Chrome-extensie ontwikkeld door randstad.assistant, en de belangrijkste functie is "Helps you rewrite job postings and other things!".
Extensie Screenshots
Download het CRX-bestand van de extensie Randstad AI Assistant
Download Randstad AI Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
Officiële URL | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Beschrijving | Helps you rewrite job postings and other things! |
Bestandsgrootte | 3.5 MB |
Aantal Installaties | 194 |
Huidige Versie | 0.70 |
Laatst Bijgewerkt | 2023-11-17 |
Publicatiedatum | 2023-07-24 |
Ontwikkelaar | randstad.assistant |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |