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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your Linkedin Profile to create an ATS optimized resume in seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Profile to Resume - Rezi.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
                ""
            ]
        }
    ]
}