Linkedin to PDF resume
Turn your linkedin profile in a PDF CV, Powered by Seeveeze
What is Linkedin to PDF resume?
Linkedin to PDF resume is a Chrome extension developed by http://seeveeze.com, and its main feature is "Turn your linkedin profile in a PDF CV, Powered by Seeveeze".
Extension Screenshots
Download Linkedin to PDF resume Extension CRX File
Download Linkedin to PDF resume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eblkblhccepkehdknddofajhilhmdmia |
Official URL | https://chrome.google.com/webstore/detail/linkedin-to-pdf-resume/eblkblhccepkehdknddofajhilhmdmia |
Description | Turn your linkedin profile in a PDF CV, Powered by Seeveeze |
File Size | 170 KB |
Installation Count | 308 |
Current Version | 1.0.1 |
Last Updated | 2018-11-10 |
Publish Date | 2018-11-10 |
Rating | 1.17/5 Total 6 Ratings |
Developer | http://seeveeze.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.seeveeze.com |
Help Page URL | https://www.trafiklite.com/lite/privacy.php |
Privacy Policy Page URL | https://www.smartadblock.co.uk/privacy.php |
Supported Languages | 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" } |