CV from Linkedin
Download PDF CV from Linkedin
Was ist CV from Linkedin?
CV from Linkedin ist eine Chrome-Erweiterung, die von FAS entwickelt wurde, und ihr Hauptmerkmal ist "Download PDF CV from Linkedin".
Erweiterungsscreenshots
CV from Linkedin-Erweiterungs-CRX-Datei herunterladen
Laden Sie CV from Linkedin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jibfaebjlbhncaompoffbkjldkbdedja |
Offizielle URL | https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja |
Beschreibung | Download PDF CV from Linkedin |
Dateigröße | 916 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 2.2 |
Letztes Update | 2018-10-06 |
Veröffentlichungsdatum | 2018-10-06 |
Bewertung | 2.80/5 Insgesamt 10 Bewertungen |
Entwickler | FAS |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |