Randstad AI Assistant
Helps you rewrite job postings and other things!
Qu'est-ce que Randstad AI Assistant ?
Randstad AI Assistant est une extension Chrome développée par randstad.assistant, et sa fonction principale est "Helps you rewrite job postings and other things!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Randstad AI Assistant
Téléchargez les fichiers d'extension Randstad AI Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
URL Officiel | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Description | Helps you rewrite job postings and other things! |
Taille du Fichier | 3.5 MB |
Nombre d'Installations | 194 |
Version Actuelle | 0.70 |
Dernière Mise à Jour | 2023-11-17 |
Date de Publication | 2023-07-24 |
Développeur | randstad.assistant |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |