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