CV from Linkedin
Download PDF CV from Linkedin
Wat is CV from Linkedin?
CV from Linkedin is een Chrome-extensie ontwikkeld door FAS, en de belangrijkste functie is "Download PDF CV from Linkedin".
Extensie Screenshots
Download het CRX-bestand van de extensie CV from Linkedin
Download CV from Linkedin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jibfaebjlbhncaompoffbkjldkbdedja |
Officiële URL | https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja |
Beschrijving | Download PDF CV from Linkedin |
Bestandsgrootte | 916 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2018-10-06 |
Publicatiedatum | 2018-10-06 |
Beoordeling | 2.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | FAS |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |