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によって開発されたChromeの拡張機能で、その主な機能は「Turn your linkedin profile in a PDF CV, Powered by Seeveeze」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Linkedin to PDF resume拡張機能のCRXファイルをダウンロード

Linkedin to PDF resume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}