Linkedin to PDF resume

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

Apa itu Linkedin to PDF resume?

Linkedin to PDF resume adalah ekstensi Chrome yang dikembangkan oleh http://seeveeze.com, dan fitur utamanya adalah "Turn your linkedin profile in a PDF CV, Powered by Seeveeze".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Linkedin to PDF resume

Unduh file ekstensi Linkedin to PDF resume dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Turn your Linkedin Profile into a PDF resume in seconds.

This is the ultimate Linkedin profile converter to a resume, powered by Seeveeze the powerful CV editor with a Latex engine.

After conversion you can easily edit your resume and download it in a PDF format.                    

Informasi Dasar Ekstensi

Nama Linkedin to PDF resume Linkedin to PDF resume
ID eblkblhccepkehdknddofajhilhmdmia
URL Resmi https://chrome.google.com/webstore/detail/linkedin-to-pdf-resume/eblkblhccepkehdknddofajhilhmdmia
Deskripsi Turn your linkedin profile in a PDF CV, Powered by Seeveeze
Ukuran File 170 KB
Jumlah Instalasi 308
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-11-10
Tanggal Publikasi 2018-11-10
Penilaian 1.17/5 Total 6 Penilaian
Pengembang http://seeveeze.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.seeveeze.com
URL Halaman Bantuan https://www.trafiklite.com/lite/privacy.php
URL Halaman Kebijakan Privasi https://www.smartadblock.co.uk/privacy.php
Bahasa yang Didukung 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": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.seeveeze.com\/*"
            ]
        }
    ],
    "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 PDF resume",
    "short_name": "Linkedin to CV",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}