LinkedIn Profile Downloader

Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.

LinkedIn Profile Downloader là gì?

LinkedIn Profile Downloader là một tiện ích mở rộng Chrome được phát triển bởi sharma, và tính năng chính của nó là "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedIn Profile Downloader

Tải xuống các tệp mở rộng LinkedIn Profile Downloader 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 download a LinkedIn profile in a .doc format, which includes the profile's picture, educational background, employment experience, job title, etc., in a beautiful and organized file. 
In just a few clicks, you can import and download the profile directly to your PC's local storage. The downloaded file can then be edited, shared, or used as you deem fit. 
Use this extension to scrape data from a page for later use.                    

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

Tên LinkedIn Profile Downloader LinkedIn Profile Downloader
ID pjpclgmpflbefdbmlokmdgcdibmhkeeo
URL Chính Thức https://chrome.google.com/webstore/detail/linkedin-profile-download/pjpclgmpflbefdbmlokmdgcdibmhkeeo
Mô tả Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-20
Ngày Phát Hành 2020-12-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sharma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Profile Downloader",
    "description": "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks. ",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Thanks"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "jquery.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com https:\/\/unpkg.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}