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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Profile to Resume - Rezi.ai擴展crx文件

下載Profile to Resume - Rezi.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Profile to Resume - Rezi.ai
ID delakdmnpanaclafnplfomddhlhlcloe
官方網址 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": [
                ""
            ]
        }
    ]
}