CV from Linkedin

Download PDF CV from Linkedin

What is CV from Linkedin?

CV from Linkedin is a Chrome extension developed by FAS, and its main feature is "Download PDF CV from Linkedin".

Extension Screenshots

screenshot
screenshot
screenshot

Download CV from Linkedin Extension CRX File

Download CV from Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
Official URL https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Description Download PDF CV from Linkedin
File Size 916 KB
Installation Count 1,000
Current Version 2.2
Last Updated 2018-10-06
Publish Date 2018-10-06
Rating 2.80/5 Total 10 Ratings
Developer FAS
Payment Type free
Supported Languages 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\/*"
    ]
}