CV from Linkedin

Download PDF CV from Linkedin

什么是CV from Linkedin?

CV from Linkedin是由FAS开发的Chrome扩展程序,该扩展的主要功能是“Download PDF CV from Linkedin”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 CV from Linkedin CV from Linkedin
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\/*"
    ]
}