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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |