Resume

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

Cos'è Resume?

Resume è un'estensione di Chrome sviluppata da vicklin, e la sua funzione principale è "a plugin which helps you fetch a resume from website easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resume

Scarica i file di estensione Resume in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Resume Resume
ID ieijcifeeeflnkhociafcfnobggfijef
URL Ufficiale https://chrome.google.com/webstore/detail/resume/ieijcifeeeflnkhociafcfnobggfijef
Descrizione a plugin which helps you fetch a resume from website easily.
Dimensione del File 373 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-10
Data di Pubblicazione 2014-10-22
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore vicklin
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}