CV from Linkedin

Download PDF CV from Linkedin

Cos'è CV from Linkedin?

CV from Linkedin è un'estensione di Chrome sviluppata da FAS, e la sua funzione principale è "Download PDF CV from Linkedin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CV from Linkedin

Scarica i file di estensione CV from Linkedin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
URL Ufficiale https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Descrizione Download PDF CV from Linkedin
Dimensione del File 916 KB
Conteggio Installazioni 1,000
Versione Corrente 2.2
Ultimo Aggiornamento 2018-10-06
Data di Pubblicazione 2018-10-06
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore FAS
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}