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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sharma, και η κύρια λειτουργία του είναι "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkedIn Profile Downloader

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}