Linkedin to CV by Seeveeze

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

Linkedin to CV by Seeveeze란 무엇입니까?

Linkedin to CV by Seeveeze은(는) http://www.seeveeze.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your linkedin profile in a PDF CV, Powered by Seeveeze"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Linkedin to CV by Seeveeze 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Turn your Linkedin Profile into a PDF CV or resume

Seeveeze is a professional online CV editor to redesign a stunning resume in a few minutes. Seeveeze is powered by Latex and it could potentially save you hours of formatting time. You fill in the little boxes with the appropriate information – name, phone, experience, etc. – and let Seeveeze do the rest!
 
The site offers a free version, which should suffice for most job-seekers, but they also offer upgraded ones for all you ballers out there. Seeveeze also shows you real-time updates on your resume as you type it, so you know throughout the whole process exactly what it will look like.                    

확장 프로그램 기본 정보

이름 Linkedin to CV by Seeveeze Linkedin to CV by Seeveeze
ID kghabhfjhpdmcnpbioaiodhdlfpdmpid
공식 URL https://chrome.google.com/webstore/detail/kghabhfjhpdmcnpbioaiodhdlfpdmpid
설명 Turn your linkedin profile in a PDF CV, Powered by Seeveeze
파일 크기 170 KB
설치 횟수 333
현재 버전 1.0.1
최근 업데이트 2018-11-10
출시 날짜 2018-11-10
평점 1.00/5 총 3 개의 평점
개발자 http://www.seeveeze.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.seeveeze.com
도움말 페이지 URL https://www.seeveeze.com/tnc.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": [
                ""
            ]
        }
    ],
    "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 CV by Seeveeze",
    "short_name": "Linkedin to CV",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}