LinCV - Printable LinkedIn CV

Generate a beautiful printable CV / resume based on your LinkedIn profile data.

Was ist LinCV - Printable LinkedIn CV?

LinCV - Printable LinkedIn CV ist eine Chrome-Erweiterung, die von Nodetics entwickelt wurde, und ihr Hauptmerkmal ist "Generate a beautiful printable CV / resume based on your LinkedIn profile data.".

Erweiterungsscreenshots

screenshot

LinCV - Printable LinkedIn CV-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinCV - Printable LinkedIn CV-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

                        Login to LinkedIn, click the WebExtension icon and select "View CV" to get a beautiful printable CV.

Key features:
- LinkedIn data is transformed into XML which can be then converted to a printable CV by using a built-in XSL template or you can create your own templates!
- Custom data such as your references and social media links can be easily added using the Configuration screen
- It actually works!

Permissions:
- cookies permission is required so that LinCV can fetch your skill data                    

Grundlegende Informationen zur Erweiterung

Name LinCV - Printable LinkedIn CV LinCV - Printable LinkedIn CV
ID cpajkgfpokllohpcpdgdchknfahfnhck
Offizielle URL https://chrome.google.com/webstore/detail/lincv-printable-linkedin/cpajkgfpokllohpcpdgdchknfahfnhck
Beschreibung Generate a beautiful printable CV / resume based on your LinkedIn profile data.
Dateigröße 91.15 KB
Installationsanzahl 216
Aktuelle Version 1.0.5
Letztes Update 2020-07-07
Veröffentlichungsdatum 2020-04-08
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Nodetics
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://nodetics.com/nodetics-cws-privacy-policy.txt
Unterstützte Sprachen id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinCV - Printable LinkedIn CV",
    "short_name": "LinCV",
    "description": "Generate a beautiful printable CV \/ resume based on your LinkedIn profile data.",
    "version": "1.0.5",
    "author": "Nodetics",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/util.js",
            "js\/background.js",
            "js\/parser.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    }
}