Linkedin to PDF resume

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

Linkedin to PDF resume क्या है?

Linkedin to PDF resume http://seeveeze.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your linkedin profile in a PDF CV, Powered by Seeveeze"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Linkedin to PDF resume Linkedin to PDF resume
ID eblkblhccepkehdknddofajhilhmdmia
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-to-pdf-resume/eblkblhccepkehdknddofajhilhmdmia
विवरण Turn your linkedin profile in a PDF CV, Powered by Seeveeze
फ़ाइल का आकार 170 KB
स्थापना संख्या 308
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-11-10
प्रकाशन तिथि 2018-11-10
रेटिंग 1.17/5 कुल 6 रेटिंग्स
डेवलपर http://seeveeze.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.seeveeze.com
सहायता पृष्ठ URL https://www.trafiklite.com/lite/privacy.php
गोपनीयता नीति पृष्ठ URL https://www.smartadblock.co.uk/privacy.php
समर्थित भाषाएँ 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"
}