LinCV - Printable LinkedIn CV

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

Qu'est-ce que LinCV - Printable LinkedIn CV ?

LinCV - Printable LinkedIn CV est une extension Chrome développée par Nodetics, et sa fonction principale est "Generate a beautiful printable CV / resume based on your LinkedIn profile data.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinCV - Printable LinkedIn CV

Téléchargez les fichiers d'extension LinCV - Printable LinkedIn CV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LinCV - Printable LinkedIn CV LinCV - Printable LinkedIn CV
ID cpajkgfpokllohpcpdgdchknfahfnhck
URL Officiel https://chrome.google.com/webstore/detail/lincv-printable-linkedin/cpajkgfpokllohpcpdgdchknfahfnhck
Description Generate a beautiful printable CV / resume based on your LinkedIn profile data.
Taille du Fichier 91.15 KB
Nombre d'Installations 216
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-07-07
Date de Publication 2020-04-08
Évaluation 3.67/5 Total 3 Évaluations
Développeur Nodetics
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nodetics.com/nodetics-cws-privacy-policy.txt
Langues Prises en Charge 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"
    }
}