Linkedin Profile 2 PDF

Export Linkedin profile to PDF

Linkedin Profile 2 PDF क्या है?

Linkedin Profile 2 PDF vibeeHR - Dev Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Linkedin profile to PDF"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linkedin Profile 2 PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}