CV from Linkedin
Download PDF CV from Linkedin
CV from Linkedinとは何ですか?
CV from LinkedinはFASによって開発されたChromeの拡張機能で、その主な機能は「Download PDF CV from Linkedin」です。
拡張機能のスクリーンショット
CV from Linkedin拡張機能のCRXファイルをダウンロード
CV from Linkedin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | jibfaebjlbhncaompoffbkjldkbdedja |
公式URL | https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja |
説明 | Download PDF CV from Linkedin |
ファイルサイズ | 916 KB |
インストール数 | 1,000 |
現在のバージョン | 2.2 |
最終更新日 | 2018-10-06 |
公開日 | 2018-10-06 |
評価 | 2.80/5 合計 10 レビュー |
開発者 | FAS |
支払い方法 | free |
対応言語 | 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\/*" ] } |