CV from Linkedin

Download PDF CV from Linkedin

O que é CV from Linkedin?

CV from Linkedin é uma extensão do Chrome desenvolvida por FAS, e sua principal característica é "Download PDF CV from Linkedin".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CV from Linkedin

Baixe arquivos de extensão CV from Linkedin 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 to receive CV in PDF from Linkedin any Linkedin profile.
Just one click allow you to get CV at PDF.
At this moment, there are some problems with the display of contacts. Be sure I'm keep working on it.

Version 2.2 fresh update 06/10/2018 work all features                    

Informações Básicas da Extensão

Nome CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
URL Oficial https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
Descrição Download PDF CV from Linkedin
Tamanho do Arquivo 916 KB
Contagem de Instalações 1,000
Versão Atual 2.2
Última Atualização 2018-10-06
Data de Publicação 2018-10-06
Classificação 2.80/5 Total de 10 Avaliações
Desenvolvedor FAS
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CV from Linkedin",
    "description": "Download PDF CV from Linkedin",
    "version": "2.2",
    "page_action": {
        "default_icon": {
            "16": "images\/CV.png",
            "128": "images\/CVB.png"
        }
    },
    "author": "FAS",
    "icons": {
        "48": "images\/CVB.png",
        "128": "images\/CVB.png"
    },
    "background": {
        "scripts": [
            "pdfmake.min.js",
            "vfsfonts.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "https:\/\/linkedin.com\/in\/*"
    ]
}