Linkedin cv converter - ShriResume

ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.

Apa itu Linkedin cv converter - ShriResume?

Linkedin cv converter - ShriResume adalah ekstensi Chrome yang dikembangkan oleh http://shriresume.com, dan fitur utamanya adalah "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Linkedin cv converter - ShriResume

Unduh file ekstensi Linkedin cv converter - ShriResume 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

                        Use this chrome extension to convert your linkedin profile into a beautiful resume with QR code & visual CV. It's Easy & Simple.

Make resume instantly from your linkedin profile, download as PDF, word. 

 

Visit https://shriresume.com
 

Just edit and add your other details in the ShriResume form, Add, remove or sort sections, choose different templates with our super simple editor with Instant Preview. Save, print & download CV in one click.  


Save your Resume with Free account.                    

Informasi Dasar Ekstensi

Nama Linkedin cv converter - ShriResume Linkedin cv converter - ShriResume
ID akejlcamnfegkiedikeliakinobgfncj
URL Resmi https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj
Deskripsi ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
Ukuran File 48.06 KB
Jumlah Instalasi 96
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-04-06
Tanggal Publikasi 2018-04-06
Penilaian 1.50/5 Total 2 Penilaian
Pengembang http://shriresume.com
Tipe Pembayaran free
Situs Ekstensi https://shriresume.com/
URL Halaman Kebijakan Privasi https://shriresume.com/privacy-statement
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Linkedin cv converter - ShriResume",
    "short_name": "CV creater",
    "version": "1.1",
    "description": "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/shriresume.com\/api\/v1\/login",
        "https:\/\/shriresume.com\/auth\/login",
        "https:\/\/shriresume\/chrome-extension\/save"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/baba.png",
            "32": "images\/baba.png",
            "48": "images\/baba.png",
            "128": "images\/baba.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "manifest_version": 2
}