Resgen
Custom resumes for every job.
Resgen란 무엇입니까?
Resgen은(는) Resgen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom resumes for every job."입니다.
확장 프로그램 스크린샷
Resgen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more futzing and fine-tuning. Land more interviews with tailored resumes based on job descriptions and your experiences. Fill in your details, install the plugin, and then navigate to LinkedIn to start creating custom resumes for every single job posting.
확장 프로그램 기본 정보
이름 | Resgen |
ID | bahpflgkaadljibfgbgggkmgfcdfmana |
공식 URL | https://chromewebstore.google.com/detail/resgen/bahpflgkaadljibfgbgggkmgfcdfmana |
설명 | Custom resumes for every job. |
파일 크기 | 48.64 KB |
설치 횟수 | 78 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2023-09-07 |
출시 날짜 | 2023-07-15 |
개발자 | Resgen |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://resgen.app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resgen", "version": "0.2.0", "description": "Custom resumes for every job.", "content_scripts": [ { "js": [ "js\/linkedin.js" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "css\/output.css" ] } ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "index.html" }, "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png" }, "web_accessible_resources": [ { "resources": [ "img\/favicon-32x32.png" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.greenhouse.io\/*" ] } ] } |