Randstad AI Assistant
Helps you rewrite job postings and other things!
What is Randstad AI Assistant?
Randstad AI Assistant is a Chrome extension developed by randstad.assistant, and its main feature is "Helps you rewrite job postings and other things!".
Extension Screenshots
Download Randstad AI Assistant Extension CRX File
Download Randstad AI Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
Official URL | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Description | Helps you rewrite job postings and other things! |
File Size | 3.5 MB |
Installation Count | 194 |
Current Version | 0.70 |
Last Updated | 2023-11-17 |
Publish Date | 2023-07-24 |
Developer | randstad.assistant |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |