Reevolt: All inclusive career services
Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.
Reevolt: All inclusive career services란 무엇입니까?
Reevolt: All inclusive career services은(는) https://reevolt.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall."입니다.
확장 프로그램 스크린샷
Reevolt: All inclusive career services 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance your job search experience with our FREE extension! Instantly analyze job descriptions to discover your odds of an interview, key job requirements and suggested keywords to include into your resume. Effortlessly generate tailored cover letters that include skills and experience from your resume for every job description. Please provide us with feedback, we value them to continuously improve the extension and ensure we deliver the most valuable content for your job-seeking success. Download now and elevate your job search journey!
확장 프로그램 기본 정보
이름 | Reevolt: All inclusive career services |
ID | mmfheoelhfiilejpkadbkjdcdljboipi |
공식 URL | https://chromewebstore.google.com/detail/reevolt-all-inclusive-car/mmfheoelhfiilejpkadbkjdcdljboipi |
설명 | Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall. |
파일 크기 | 1006 KB |
설치 횟수 | 171 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2023-11-10 |
출시 날짜 | 2023-04-12 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://reevolt.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://reevolt.co |
도움말 페이지 URL | https://reevolt.co/support |
개인정보 보호 정책 페이지 URL | https://reevolt.co/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reevolt: All inclusive career services", "description": "Boost your job search with our free all-in-one toolkit: job analyzer, cover letter generator, and instant screening question recall.", "version": "1.1.9", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "web_accessible_resources": [ { "resources": [ "\/css\/*.woff2" ], "matches": [ "https:\/\/*.indeed.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.indeed.com\/*", "https:\/\/*.linkedin.com\/*" ], "css": [ "\/css\/reevolt.css" ], "js": [ "\/content.js", "\/js\/axios.js", "\/js\/const.js", "\/js\/helper.js", "\/js\/pdfobject.min.js", "\/js\/jspdf.js" ] } ], "permissions": [ "identity", "storage", "tabs" ], "oauth2": { "client_id": "468968310108-7iee7td14e3h3snuu3ln34dc9dsbsui7.apps.googleusercontent.com", "scopes": [ "profile", "email", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |