CV from Linkedin

Download PDF CV from Linkedin

CV from Linkedin là gì?

CV from Linkedin là một tiện ích mở rộng Chrome được phát triển bởi FAS, và tính năng chính của nó là "Download PDF CV from Linkedin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CV from Linkedin

Tải xuống các tệp mở rộng CV from Linkedin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
URL Chính Thức https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Mô tả Download PDF CV from Linkedin
Kích Thước Tệp 916 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2018-10-06
Ngày Phát Hành 2018-10-06
Đánh Giá 2.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển FAS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}