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
官方網址 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"
}