Resume

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

Resumeคืออะไร?

Resume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vicklin และคุณลักษณะหลักของมันคือ "a plugin which helps you fetch a resume from website easily."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resume

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}