Linkedin Profile 2 PDF

Export Linkedin profile to PDF

What is Linkedin Profile 2 PDF?

Linkedin Profile 2 PDF is a Chrome extension developed by vibeeHR - Dev Team, and its main feature is "Export Linkedin profile to PDF".

Extension Screenshots

screenshot

Download Linkedin Profile 2 PDF Extension CRX File

Download Linkedin Profile 2 PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Linkedin Profile 2 PDF Linkedin Profile 2 PDF
ID allfoihccnhpfhbgcifmgfamcjepkjac
Official URL https://chrome.google.com/webstore/detail/linkedin-profile-2-pdf/allfoihccnhpfhbgcifmgfamcjepkjac
Description Export Linkedin profile to PDF
File Size 260 KB
Installation Count 112
Current Version 1.0.1
Last Updated 2020-01-05
Publish Date 2020-01-05
Rating 4.00/5 Total 1 Ratings
Developer vibeeHR - Dev Team
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}