Resume

a plugin which helps you fetch a resume from website easily.

Resume란 무엇입니까?

Resume은(는) vicklin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a plugin which helps you fetch a resume from website easily."입니다.

확장 프로그램 스크린샷

screenshot

Resume 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        resume.crx主要为CVTE简历系统提供chrome插件版,方便HR在找简历的时候快速收录简历信息到公司简历系统中.
我们暂时不提供外网服务,仅适用于内部服务器.                    

확장 프로그램 기본 정보

이름 Resume Resume
ID ieijcifeeeflnkhociafcfnobggfijef
공식 URL https://chrome.google.com/webstore/detail/resume/ieijcifeeeflnkhociafcfnobggfijef
설명 a plugin which helps you fetch a resume from website easily.
파일 크기 373 KB
설치 횟수 25
현재 버전 1.0
최근 업데이트 2014-11-10
출시 날짜 2014-10-22
평점 3.80/5 총 5 개의 평점
개발자 vicklin
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resume",
    "version": "1.0",
    "manifest_version": 2,
    "description": "a plugin which helps you fetch a resume from website easily.",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "resume fetch"
    },
    "icons": {
        "19": "images\/logo19.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-1.10.2.min.map",
        "images\/nobody.png"
    ]
}