Linkedin to CV by Seeveeze

Turn your linkedin profile in a PDF CV, Powered by Seeveeze

O que é Linkedin to CV by Seeveeze?

Linkedin to CV by Seeveeze é uma extensão do Chrome desenvolvida por http://www.seeveeze.com, e sua principal característica é "Turn your linkedin profile in a PDF CV, Powered by Seeveeze".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Linkedin to CV by Seeveeze

Baixe arquivos de extensão Linkedin to CV by Seeveeze 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

                        Turn your Linkedin Profile into a PDF CV or resume

Seeveeze is a professional online CV editor to redesign a stunning resume in a few minutes. Seeveeze is powered by Latex and it could potentially save you hours of formatting time. You fill in the little boxes with the appropriate information – name, phone, experience, etc. – and let Seeveeze do the rest!
 
The site offers a free version, which should suffice for most job-seekers, but they also offer upgraded ones for all you ballers out there. Seeveeze also shows you real-time updates on your resume as you type it, so you know throughout the whole process exactly what it will look like.                    

Informações Básicas da Extensão

Nome Linkedin to CV by Seeveeze Linkedin to CV by Seeveeze
ID kghabhfjhpdmcnpbioaiodhdlfpdmpid
URL Oficial https://chrome.google.com/webstore/detail/kghabhfjhpdmcnpbioaiodhdlfpdmpid
Descrição Turn your linkedin profile in a PDF CV, Powered by Seeveeze
Tamanho do Arquivo 170 KB
Contagem de Instalações 333
Versão Atual 1.0.1
Última Atualização 2018-11-10
Data de Publicação 2018-11-10
Classificação 1.00/5 Total de 3 Avaliações
Desenvolvedor http://www.seeveeze.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.seeveeze.com
URL da Página de Ajuda https://www.seeveeze.com/tnc.php
URL da Página de Política de Privacidade https://www.smartadblock.co.uk/privacy.php
Idiomas Suportados en
manifest.json
{
    "author": "Seeveeze",
    "permissions": [
        "storage",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/www.seeveeze.com\/"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background-script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/svz19.png",
            "38": "icons\/svz38.png"
        },
        "default_popup": "popup\/sab.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "Turn your linkedin profile in a PDF CV, Powered by Seeveeze",
    "homepage_url": "https:\/\/www.seeveeze.com",
    "icons": {
        "16": "icons\/svz16.png",
        "32": "icons\/svz32.png",
        "48": "icons\/svz48.png",
        "72": "icons\/svz72.png",
        "128": "icons\/svz128.png"
    },
    "manifest_version": 2,
    "name": "Linkedin to CV by Seeveeze",
    "short_name": "Linkedin to CV",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}