LinCV - Printable LinkedIn CV
Generate a beautiful printable CV / resume based on your LinkedIn profile data.
什麼是LinCV - Printable LinkedIn CV?
LinCV - Printable LinkedIn CV是由Nodetics開發的Chrome擴展程式,該擴展的主要功能是“Generate a beautiful printable CV / resume based on your LinkedIn profile data.”。
擴展截圖
下載LinCV - Printable LinkedIn CV擴展crx文件
下載LinCV - Printable LinkedIn CV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Login to LinkedIn, click the WebExtension icon and select "View CV" to get a beautiful printable CV. Key features: - LinkedIn data is transformed into XML which can be then converted to a printable CV by using a built-in XSL template or you can create your own templates! - Custom data such as your references and social media links can be easily added using the Configuration screen - It actually works! Permissions: - cookies permission is required so that LinCV can fetch your skill data
擴展基本資訊
名稱 | |
ID | cpajkgfpokllohpcpdgdchknfahfnhck |
官方網址 | https://chrome.google.com/webstore/detail/lincv-printable-linkedin/cpajkgfpokllohpcpdgdchknfahfnhck |
簡介 | Generate a beautiful printable CV / resume based on your LinkedIn profile data. |
檔案大小 | 91.15 KB |
安裝次數 | 216 |
目前版本 | 1.0.5 |
更新時間 | 2020-07-07 |
上架時間 | 2020-04-08 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Nodetics |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://nodetics.com/nodetics-cws-privacy-policy.txt |
支援的語言 | id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinCV - Printable LinkedIn CV", "short_name": "LinCV", "description": "Generate a beautiful printable CV \/ resume based on your LinkedIn profile data.", "version": "1.0.5", "author": "Nodetics", "default_locale": "en", "permissions": [ "cookies", "storage", "https:\/\/*.linkedin.com\/*" ], "background": { "scripts": [ "js\/util.js", "js\/background.js", "js\/parser.js" ], "persistent": true }, "icons": { "16": "images\/icon16.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" } } |