Randstad AI Assistant
Helps you rewrite job postings and other things!
什麼是Randstad AI Assistant?
Randstad AI Assistant是由randstad.assistant開發的Chrome擴展程式,該擴展的主要功能是“Helps you rewrite job postings and other things!”。
擴展截圖
下載Randstad AI Assistant擴展crx文件
下載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 |
官方網址 | 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" ] } |