Linkedin to PDF resume
Turn your linkedin profile in a PDF CV, Powered by Seeveeze
Cos'è Linkedin to PDF resume?
Linkedin to PDF resume è un'estensione di Chrome sviluppata da http://seeveeze.com, e la sua funzione principale è "Turn your linkedin profile in a PDF CV, Powered by Seeveeze".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedin to PDF resume
Scarica i file di estensione Linkedin to PDF resume in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Turn your Linkedin Profile into a PDF resume in seconds. This is the ultimate Linkedin profile converter to a resume, powered by Seeveeze the powerful CV editor with a Latex engine. After conversion you can easily edit your resume and download it in a PDF format.
Informazioni di Base sull'Estensione
Nome | |
ID | eblkblhccepkehdknddofajhilhmdmia |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkedin-to-pdf-resume/eblkblhccepkehdknddofajhilhmdmia |
Descrizione | Turn your linkedin profile in a PDF CV, Powered by Seeveeze |
Dimensione del File | 170 KB |
Conteggio Installazioni | 308 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-11-10 |
Data di Pubblicazione | 2018-11-10 |
Valutazione | 1.17/5 Totale 6 Valutazioni |
Sviluppatore | http://seeveeze.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.seeveeze.com |
URL della Pagina di Aiuto | https://www.trafiklite.com/lite/privacy.php |
URL della Pagina della Politica sulla Privacy | https://www.smartadblock.co.uk/privacy.php |
Lingue Supportate | en |
manifest.json | |
{ "author": "Seeveeze", "permissions": [ "storage", "https:\/\/www.linkedin.com\/", "https:\/\/www.seeveeze.com\/" ], "background": { "persistent": true, "scripts": [ "background-script.js" ] }, "browser_action": { "default_icon": { "19": "icons\/svz19.png", "38": "icons\/svz38.png" }, "default_popup": "popup\/sab.html" }, "content_scripts": [ { "js": [ "jquery.js", "content-script.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/www.seeveeze.com\/*" ] } ], "default_locale": "en", "description": "Turn your linkedin profile in a PDF CV, Powered by Seeveeze", "homepage_url": "https:\/\/www.seeveeze.com", "icons": { "16": "icons\/svz16.png", "32": "icons\/svz32.png", "48": "icons\/svz48.png", "72": "icons\/svz72.png", "128": "icons\/svz128.png" }, "manifest_version": 2, "name": "Linkedin to PDF resume", "short_name": "Linkedin to CV", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |