CV from Linkedin
Download PDF CV from Linkedin
Co to jest CV from Linkedin?
CV from Linkedin to rozszerzenie Chrome opracowane przez FAS, a jego główną funkcją jest „Download PDF CV from Linkedin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CV from Linkedin
Pobierz pliki rozszerzeń CV from Linkedin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jibfaebjlbhncaompoffbkjldkbdedja |
Oficjalny URL | https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja |
Opis | Download PDF CV from Linkedin |
Rozmiar pliku | 916 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2018-10-06 |
Data Publikacji | 2018-10-06 |
Ocena | 2.80/5 Łącznie 10 Oceny |
Deweloper | FAS |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |