Resume

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

What is Resume?

Resume is a Chrome extension developed by vicklin, and its main feature is "a plugin which helps you fetch a resume from website easily.".

Extension Screenshots

screenshot

Download Resume Extension CRX File

Download Resume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Resume Resume
ID ieijcifeeeflnkhociafcfnobggfijef
Official URL https://chrome.google.com/webstore/detail/resume/ieijcifeeeflnkhociafcfnobggfijef
Description a plugin which helps you fetch a resume from website easily.
File Size 373 KB
Installation Count 25
Current Version 1.0
Last Updated 2014-11-10
Publish Date 2014-10-22
Rating 3.80/5 Total 5 Ratings
Developer vicklin
Payment Type free
Supported Languages 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"
    ]
}