scale.jobs - AI Copilot
Delegate applying to jobs to your assistants or use AI Copilot
scale.jobs - AI Copilot란 무엇입니까?
scale.jobs - AI Copilot은(는) https://scale.jobs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delegate applying to jobs to your assistants or use AI Copilot"입니다.
확장 프로그램 스크린샷
scale.jobs - AI Copilot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stop Wasting Time Applying to Jobs Let your Career Assistant apply to jobs on your behalf and you can focus on Networking, Interview Prep etc Save 80 Hours or 10+ Days by delegating grunt work Generate one click AI Cover Letter, AI Responses to questions asked in Job Applications, Instant Cold Emails/Inmails to Recruiters and Hiring Managers for Job Search. JobHunt Made Easy!
확장 프로그램 기본 정보
이름 | scale.jobs - AI Copilot |
ID | hmdplhikhkcajiledbcnanlaedaoobfo |
공식 URL | https://chromewebstore.google.com/detail/scalejobs-ai-copilot/hmdplhikhkcajiledbcnanlaedaoobfo |
설명 | Delegate applying to jobs to your assistants or use AI Copilot |
파일 크기 | 1.01 MB |
설치 횟수 | 303 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2024-02-07 |
출시 날짜 | 2023-12-17 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://scale.jobs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://scale.jobs/ |
도움말 페이지 URL | https://scale.jobs/ |
개인정보 보호 정책 페이지 URL | https://scale.jobs/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.147a396a.png", "32": "icon32.plasmo.d9cf3ee8.png", "48": "icon48.plasmo.e70ebda0.png", "64": "icon64.plasmo.c364a21e.png", "128": "icon128.plasmo.942863d5.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.147a396a.png", "32": "icon32.plasmo.d9cf3ee8.png", "48": "icon48.plasmo.e70ebda0.png", "64": "icon64.plasmo.c364a21e.png", "128": "icon128.plasmo.942863d5.png" }, "default_popup": "popup.html" }, "version": "0.1.4", "author": "Balaji Kummari", "name": "scale.jobs - AI Copilot", "description": "Delegate applying to jobs to your assistants or use AI Copilot", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting", "unlimitedStorage", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.lever.co\/*", "https:\/\/*.greenhouse.io\/*", "https:\/\/*.wellfound.com\/*", "https:\/\/*.indeed.com\/*" ], "js": [ "sidebar.70830f65.js" ], "css": [ "sidebar.7689dbb7.css" ] } ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "tabs\/*", "*.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.lever.co\/*", "https:\/\/*.greenhouse.io\/*", "https:\/\/*.wellfound.com\/*", "https:\/\/*.indeed.com\/*" ], "resources": [ "sidebar.6ddd23f8.css" ] } ] } |