LinkedIn Profile Downloader

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

LinkedIn Profile Downloaderとは何ですか?

LinkedIn Profile Downloaderはsharmaによって開発されたChromeの拡張機能で、その主な機能は「Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

LinkedIn Profile Downloader拡張機能のCRXファイルをダウンロード

LinkedIn Profile Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LinkedIn Profile Downloader LinkedIn Profile Downloader
ID pjpclgmpflbefdbmlokmdgcdibmhkeeo
公式URL https://chrome.google.com/webstore/detail/linkedin-profile-download/pjpclgmpflbefdbmlokmdgcdibmhkeeo
説明 Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.
ファイルサイズ 130 KB
インストール数 100
現在のバージョン 1.1
最終更新日 2020-12-20
公開日 2020-12-15
評価 5.00/5 合計 2 レビュー
開発者 sharma
Eメール [email protected]
支払い方法 free
対応言語 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'"
}