LinCV - Printable LinkedIn CV

Generate a beautiful printable CV / resume based on your LinkedIn profile data.

LinCV - Printable LinkedIn CV란 무엇입니까?

LinCV - Printable LinkedIn CV은(는) Nodetics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate a beautiful printable CV / resume based on your LinkedIn profile data."입니다.

확장 프로그램 스크린샷

screenshot

LinCV - Printable LinkedIn CV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Login to LinkedIn, click the WebExtension icon and select "View CV" to get a beautiful printable CV.

Key features:
- LinkedIn data is transformed into XML which can be then converted to a printable CV by using a built-in XSL template or you can create your own templates!
- Custom data such as your references and social media links can be easily added using the Configuration screen
- It actually works!

Permissions:
- cookies permission is required so that LinCV can fetch your skill data                    

확장 프로그램 기본 정보

이름 LinCV - Printable LinkedIn CV LinCV - Printable LinkedIn CV
ID cpajkgfpokllohpcpdgdchknfahfnhck
공식 URL https://chrome.google.com/webstore/detail/lincv-printable-linkedin/cpajkgfpokllohpcpdgdchknfahfnhck
설명 Generate a beautiful printable CV / resume based on your LinkedIn profile data.
파일 크기 91.15 KB
설치 횟수 216
현재 버전 1.0.5
최근 업데이트 2020-07-07
출시 날짜 2020-04-08
평점 3.67/5 총 3 개의 평점
개발자 Nodetics
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://nodetics.com/nodetics-cws-privacy-policy.txt
지원되는 언어 id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinCV - Printable LinkedIn CV",
    "short_name": "LinCV",
    "description": "Generate a beautiful printable CV \/ resume based on your LinkedIn profile data.",
    "version": "1.0.5",
    "author": "Nodetics",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/util.js",
            "js\/background.js",
            "js\/parser.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    }
}