Linkedin cv converter - ShriResume

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

Linkedin cv converter - ShriResume क्या है?

Linkedin cv converter - ShriResume http://shriresume.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linkedin cv converter - ShriResume एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Linkedin cv converter - ShriResume Linkedin cv converter - ShriResume
ID akejlcamnfegkiedikeliakinobgfncj
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj
विवरण ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
फ़ाइल का आकार 48.06 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-04-06
प्रकाशन तिथि 2018-04-06
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर http://shriresume.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shriresume.com/
गोपनीयता नीति पृष्ठ URL https://shriresume.com/privacy-statement
समर्थित भाषाएँ 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
}