Upwork Cover Letter Job AI
Create AI generated proposal winning cover letters on Upwork
Upwork Cover Letter Job AI란 무엇입니까?
Upwork Cover Letter Job AI은(는) https://jobai.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create AI generated proposal winning cover letters on Upwork"입니다.
확장 프로그램 스크린샷
Upwork Cover Letter Job AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing our latest innovation - the Upwork Cover Letter Job AI! Finding the perfect job on Upwork can be difficult, but crafting a personalized cover letter that sets you apart from other applicants is even harder. Our browser extension takes care of the heavy lifting for you, using the latest technology to generate a professional cover letter tailored to your specific job application. Powered by the ChatGPT API, our extension uses advanced natural language processing to analyze the job description and match it with the relevant skills and experience in your profile. The result is a perfectly crafted cover letter that highlights your unique qualifications and showcases why you are the best candidate for the job. Plus, with the ability to customize and personalize each letter, you can easily tweak it to fit your unique voice and style. Say goodbye to the stress and frustration of writing cover letters and hello to more job opportunities on Upwork. Our browser extension is easy to install, user-friendly, and will save you hours of time. Download the Upwork Cover Letter Generator today and take your job search to the next level!
확장 프로그램 기본 정보
이름 | Upwork Cover Letter Job AI |
ID | jfakjgmadmjlfiokddimefahfekgpijk |
공식 URL | https://chromewebstore.google.com/detail/upwork-cover-letter-job-a/jfakjgmadmjlfiokddimefahfekgpijk |
설명 | Create AI generated proposal winning cover letters on Upwork |
파일 크기 | 278 KB |
설치 횟수 | 591 |
현재 버전 | 0.40 |
최근 업데이트 | 2023-12-22 |
출시 날짜 | 2023-02-15 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | https://jobai.space |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jobai.space |
개인정보 보호 정책 페이지 URL | https://jobai.space/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Cover Letter Job AI", "description": "Create AI generated proposal winning cover letters on Upwork", "version": "0.40", "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/www.upwork.com\/*", "*:\/\/*.jobai.space\/login" ], "content_scripts": [ { "matches": [ "*:\/\/*.upwork.com\/ab\/proposals\/job\/*" ], "js": [ "class-watcher.class.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.jobai.space\/login" ], "js": [ "class-watcher.class.js", "authentication.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_title": "AI Proposer", "default_icon": "assets\/icon-96.png" }, "web_accessible_resources": [ { "resources": [ "\/assets\/*" ], "matches": [ "*:\/\/*.upwork.com\/*" ] } ] } |