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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}