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
官方網址 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"
    ]
}