Linkedin cv converter - ShriResume

ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.

Was ist Linkedin cv converter - ShriResume?

Linkedin cv converter - ShriResume ist eine Chrome-Erweiterung, die von http://shriresume.com entwickelt wurde, und ihr Hauptmerkmal ist "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.".

Erweiterungsscreenshots

screenshot

Linkedin cv converter - ShriResume-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkedin cv converter - ShriResume-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use this chrome extension to convert your linkedin profile into a beautiful resume with QR code & visual CV. It's Easy & Simple.

Make resume instantly from your linkedin profile, download as PDF, word. 

 

Visit https://shriresume.com
 

Just edit and add your other details in the ShriResume form, Add, remove or sort sections, choose different templates with our super simple editor with Instant Preview. Save, print & download CV in one click.  


Save your Resume with Free account.                    

Grundlegende Informationen zur Erweiterung

Name Linkedin cv converter - ShriResume Linkedin cv converter - ShriResume
ID akejlcamnfegkiedikeliakinobgfncj
Offizielle URL https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj
Beschreibung ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
Dateigröße 48.06 KB
Installationsanzahl 96
Aktuelle Version 1.1
Letztes Update 2018-04-06
Veröffentlichungsdatum 2018-04-06
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler http://shriresume.com
Zahlungsart free
Erweiterungswebsite https://shriresume.com/
URL der Datenschutzrichtlinien-Seite https://shriresume.com/privacy-statement
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Linkedin cv converter - ShriResume",
    "short_name": "CV creater",
    "version": "1.1",
    "description": "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/shriresume.com\/api\/v1\/login",
        "https:\/\/shriresume.com\/auth\/login",
        "https:\/\/shriresume\/chrome-extension\/save"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/baba.png",
            "32": "images\/baba.png",
            "48": "images\/baba.png",
            "128": "images\/baba.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "manifest_version": 2
}