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 |
公式URL | 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 |
Eメール | [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" } } |