CV from Linkedin

Download PDF CV from Linkedin

Qu'est-ce que CV from Linkedin ?

CV from Linkedin est une extension Chrome développée par FAS, et sa fonction principale est "Download PDF CV from Linkedin".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CV from Linkedin

Téléchargez les fichiers d'extension CV from Linkedin 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

                        This Chrome extension helps you to receive CV in PDF from Linkedin any Linkedin profile.
Just one click allow you to get CV at PDF.
At this moment, there are some problems with the display of contacts. Be sure I'm keep working on it.

Version 2.2 fresh update 06/10/2018 work all features                    

Informations de Base sur l'Extension

Nom CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
URL Officiel https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Description Download PDF CV from Linkedin
Taille du Fichier 916 KB
Nombre d'Installations 1,000
Version Actuelle 2.2
Dernière Mise à Jour 2018-10-06
Date de Publication 2018-10-06
Évaluation 2.80/5 Total 10 Évaluations
Développeur FAS
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CV from Linkedin",
    "description": "Download PDF CV from Linkedin",
    "version": "2.2",
    "page_action": {
        "default_icon": {
            "16": "images\/CV.png",
            "128": "images\/CVB.png"
        }
    },
    "author": "FAS",
    "icons": {
        "48": "images\/CVB.png",
        "128": "images\/CVB.png"
    },
    "background": {
        "scripts": [
            "pdfmake.min.js",
            "vfsfonts.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "https:\/\/linkedin.com\/in\/*"
    ]
}