Resume

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

Wat is Resume?

Resume is een Chrome-extensie ontwikkeld door vicklin, en de belangrijkste functie is "a plugin which helps you fetch a resume from website easily.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Resume

Download Resume-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Resume Resume
ID ieijcifeeeflnkhociafcfnobggfijef
Officiële URL https://chrome.google.com/webstore/detail/resume/ieijcifeeeflnkhociafcfnobggfijef
Beschrijving a plugin which helps you fetch a resume from website easily.
Bestandsgrootte 373 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-10
Publicatiedatum 2014-10-22
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar vicklin
Betalingswijze free
Ondersteunde Talen 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"
    ]
}