LinkedIn Profile Downloader

Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.

O que é LinkedIn Profile Downloader?

LinkedIn Profile Downloader é uma extensão do Chrome desenvolvida por sharma, e sua principal característica é "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LinkedIn Profile Downloader

Baixe arquivos de extensão LinkedIn Profile Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LinkedIn Profile Downloader LinkedIn Profile Downloader
ID pjpclgmpflbefdbmlokmdgcdibmhkeeo
URL Oficial https://chrome.google.com/webstore/detail/linkedin-profile-download/pjpclgmpflbefdbmlokmdgcdibmhkeeo
Descrição Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.
Tamanho do Arquivo 130 KB
Contagem de Instalações 100
Versão Atual 1.1
Última Atualização 2020-12-20
Data de Publicação 2020-12-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor sharma
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}