Linkedin Profile 2 PDF

Export Linkedin profile to PDF

什麼是Linkedin Profile 2 PDF?

Linkedin Profile 2 PDF是由vibeeHR - Dev Team開發的Chrome擴展程式,該擴展的主要功能是“Export Linkedin profile to PDF”。

擴展截圖

screenshot

下載Linkedin Profile 2 PDF擴展crx文件

下載Linkedin Profile 2 PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows Linkedin user to export any Linkedin profile to pdf, which is much better than the default Linkedin pdf exporting.

Updated in 1.0.1:
- Resize icon
- Add loading spinning icon
- Add instruction photo in popup html page
- Add option to include/exclude "Contact info" section when exporting a Linkedin profile to PDF                    

擴展基本資訊

名稱 Linkedin Profile 2 PDF Linkedin Profile 2 PDF
ID allfoihccnhpfhbgcifmgfamcjepkjac
官方網址 https://chrome.google.com/webstore/detail/linkedin-profile-2-pdf/allfoihccnhpfhbgcifmgfamcjepkjac
簡介 Export Linkedin profile to PDF
檔案大小 260 KB
安裝次數 112
目前版本 1.0.1
更新時間 2020-01-05
上架時間 2020-01-05
評分 4.00/5 共 1 次評分
開發者 vibeeHR - Dev Team
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Profile 2 PDF",
    "version": "1.0.1",
    "description": "Export Linkedin profile to PDF",
    "homepage_url": "https:\/\/vibeehr.com",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*\/detail\/contact-info\/"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/irisnguyen.top:9090\/*",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Linkedin Profile 2 PDF",
        "default_popup": "index.html"
    }
}