Linkedin cv converter - ShriResume

ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.

Linkedin cv converter - ShriResume란 무엇입니까?

Linkedin cv converter - ShriResume은(는) http://shriresume.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile."입니다.

확장 프로그램 스크린샷

screenshot

Linkedin cv converter - ShriResume 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this chrome extension to convert your linkedin profile into a beautiful resume with QR code & visual CV. It's Easy & Simple.

Make resume instantly from your linkedin profile, download as PDF, word. 

 

Visit https://shriresume.com
 

Just edit and add your other details in the ShriResume form, Add, remove or sort sections, choose different templates with our super simple editor with Instant Preview. Save, print & download CV in one click.  


Save your Resume with Free account.                    

확장 프로그램 기본 정보

이름 Linkedin cv converter - ShriResume Linkedin cv converter - ShriResume
ID akejlcamnfegkiedikeliakinobgfncj
공식 URL https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj
설명 ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
파일 크기 48.06 KB
설치 횟수 96
현재 버전 1.1
최근 업데이트 2018-04-06
출시 날짜 2018-04-06
평점 1.50/5 총 2 개의 평점
개발자 http://shriresume.com
결제 유형 free
확장 프로그램 웹 사이트 https://shriresume.com/
개인정보 보호 정책 페이지 URL https://shriresume.com/privacy-statement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Linkedin cv converter - ShriResume",
    "short_name": "CV creater",
    "version": "1.1",
    "description": "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/shriresume.com\/api\/v1\/login",
        "https:\/\/shriresume.com\/auth\/login",
        "https:\/\/shriresume\/chrome-extension\/save"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/baba.png",
            "32": "images\/baba.png",
            "48": "images\/baba.png",
            "128": "images\/baba.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "manifest_version": 2
}