Profile to Resume - Rezi.ai
Use your Linkedin Profile to create an ATS optimized resume in seconds.
Profile to Resume - Rezi.ai란 무엇입니까?
Profile to Resume - Rezi.ai은(는) https://rezi.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your Linkedin Profile to create an ATS optimized resume in seconds."입니다.
확장 프로그램 스크린샷
Profile to Resume - Rezi.ai 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use your Linkedin Profile to create an ATS optimized resume in seconds for FREE. You have an awesome Linkedin profile. Why spend time writing a resume? Linkedin to Resume allows you to save time while creating a resume by leveraging your Linkedin. It's a smarter way to create a resume for serious professionals. ✔ Totally free - enjoy as much as required. You'll never be charged & no card needed ✔ The fastest way to go from Linkedin profile to perfect resume without any effort ✔ Linkedin to Resume is actively supported and documented by Rezi development team 3 Easy step to use Linkedin to Resume ▸ Export Linkedin Profile: Download your profile as a .REZI file ▸ Upload Profile to Rezi: Upload your .REZI file to create a resume ▸ Finalise Your Resume: Finish creating your resume on Rezi 🚀 Continue Building your resume with industry-leading features ▸ A.I. keyword Targeting ▸ A.I. Cover Letter (1-click cover letter generation) ▸ A.I. Bullet point writer ▸ A.I. Resume summary writer ▸ Real-Time Content Analysis ▸ Unlimited Resumes & Cover Letters ▸ .DOCX, .PDF and Google Drive Export ▸ Sharable Resume Link ▸ Section-By-Section Video Guides ▸ ATS Optimizes Resume Formats ▸ Rezi Cover Letter Builder Guide & Support: https://www.rezi.ai Privacy Policy: https://www.rezi.ai/privacy
확장 프로그램 기본 정보
이름 | Profile to Resume - Rezi.ai |
ID | delakdmnpanaclafnplfomddhlhlcloe |
공식 URL | https://chromewebstore.google.com/detail/profile-to-resume-reziai/delakdmnpanaclafnplfomddhlhlcloe |
설명 | Use your Linkedin Profile to create an ATS optimized resume in seconds. |
파일 크기 | 3.94 MB |
설치 횟수 | 42,743 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2024-01-26 |
출시 날짜 | 2022-03-29 |
평점 | 2.03/5 총 29 개의 평점 |
개발자 | https://rezi.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.rezi.ai |
도움말 페이지 URL | https://www.rezi.ai |
개인정보 보호 정책 페이지 URL | https://www.rezi.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Profile to Resume - Rezi.ai", "version": "2.2.1", "manifest_version": 3, "description": "Use your Linkedin Profile to create an ATS optimized resume in seconds.", "homepage_url": "https:\/\/www.rezi.ai", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/bg\/background.js" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "page action", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "img\/bg-home.svg", "img\/source.gif" ], "matches": [ " |