Randstad AI Assistant
Helps you rewrite job postings and other things!
Что такое Randstad AI Assistant?
Randstad AI Assistant - это расширение Chrome, разработанное randstad.assistant, и его основная функция - "Helps you rewrite job postings and other things!".
Снимки экрана расширения
Скачать файл CRX расширения Randstad AI Assistant
Скачайте файлы расширений Randstad AI Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Randstad AI Assistant |
ID | edopflccfhbedemnciehdapcklngifpl |
Официальный URL | https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl |
Описание | Helps you rewrite job postings and other things! |
Размер файла | 3.5 MB |
Количество установок | 194 |
Текущая Версия | 0.70 |
Последнее Обновление | 2023-11-17 |
Дата публикации | 2023-07-24 |
Разработчик | randstad.assistant |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |