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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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
ईमेल [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'"
}