CV from Linkedin

Download PDF CV from Linkedin

Vad är CV from Linkedin?

CV from Linkedin är en Chrome-tillägg utvecklad av FAS, och dess huvudfunktion är "Download PDF CV from Linkedin".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner CV from Linkedin-förlängningens CRX-fil

Ladda ner CV from Linkedin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
Officiell webbadress https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Beskrivning Download PDF CV from Linkedin
Filstorlek 916 KB
Antal Installationer 1,000
Aktuell Version 2.2
Senast Uppdaterad 2018-10-06
Publiceringsdatum 2018-10-06
Betyg 2.80/5 Totalt 10 Betyg
Utvecklare FAS
Betalningssätt free
Stödda Språk 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\/*"
    ]
}