Resume

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

Vad är Resume?

Resume är en Chrome-tillägg utvecklad av vicklin, och dess huvudfunktion är "a plugin which helps you fetch a resume from website easily.".

Tilläggsskärmbilder

screenshot

Ladda ner Resume-förlängningens CRX-fil

Ladda ner Resume-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Resume Resume
ID ieijcifeeeflnkhociafcfnobggfijef
Officiell webbadress https://chrome.google.com/webstore/detail/resume/ieijcifeeeflnkhociafcfnobggfijef
Beskrivning a plugin which helps you fetch a resume from website easily.
Filstorlek 373 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2014-11-10
Publiceringsdatum 2014-10-22
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare vicklin
Betalningssätt free
Stödda Språk 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"
    ]
}