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文件

下载Resume扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}