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" ] } |