Linkedin to Resume - Rezi.ai

Use your Linkedin Profile to create an ATS optimized resume in seconds.

¿Qué es Linkedin to Resume - Rezi.ai?

Linkedin to Resume - Rezi.ai es una extensión de Chrome desarrollada por http://rezi.ai, y su función principal es "Use your Linkedin Profile to create an ATS optimized resume in seconds.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Linkedin to Resume - Rezi.ai

Descarga archivos de extensión Linkedin to Resume - Rezi.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Linkedin to Resume - Rezi.ai Linkedin to Resume - Rezi.ai
ID nlompgnphpgadnibpppbiddjccoeopmn
URL Oficial https://chrome.google.com/webstore/detail/linkedin-to-resume-reziai/nlompgnphpgadnibpppbiddjccoeopmn
Descripción Use your Linkedin Profile to create an ATS optimized resume in seconds.
Tamaño del Archivo 3.94 MB
Cantidad de Instalaciones 5,000
Versión Actual 2.1.3
Última Actualización 2022-03-07
Fecha de Publicación 2020-06-29
Calificación 4.13/5 Total de 24 Calificaciones
Desarrollador http://rezi.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.rezi.ai
URL de la Página de Ayuda https://www.rezi.ai
URL de la Página de Política de Privacidad https://www.rezi.ai/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin to Resume - Rezi.ai",
    "version": "2.1.3",
    "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": [
                ""
            ]
        }
    ]
}