Talent Eye

极速简历上传云通道

Talent Eyeคืออะไร?

Talent Eye เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 北森云计算 และคุณลักษณะหลักของมันคือ "极速简历上传云通道"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Talent Eye ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Talent Eye是北森旗下人才管理招聘平台推出的一款招聘工具,可供用户将北森招聘系统内的职位发布至各大招聘网站,在招聘网站上查看的简历,也可通过此工具便捷的导入至北森招聘管理系统。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Talent Eye Talent Eye
ID iameapkpimeeenlmglodmdpbdponlhhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talent-eye/iameapkpimeeenlmglodmdpbdponlhhd
คำอธิบาย 极速简历上传云通道
ขนาดไฟล์ 2.31 MB
จำนวนการติดตั้ง 24,957
เวอร์ชันปัจจุบัน 4.5.22
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-07-03
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา 北森云计算
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://talenteye.italent.cn/
URL หน้าช่วยเหลือ http://talenteye.italent.cn/
URL หน้านโยบายความเป็นส่วนตัว https://trust.beisen.com/beisen-keep-policy.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/libs\/jquery-1.11.3.min.js",
            "js\/libs\/oauth.js",
            "js\/libs\/sha1.js",
            "js\/libs\/utils.js",
            "js\/libs\/base64.js",
            "js\/libs\/md5.js",
            "js\/libs\/crypto-js.min.js",
            "js\/bg\/openapi.js",
            "js\/bg\/bg-common.js",
            "js\/bg\/bg-messagelistener.js",
            "js\/bg\/background.js",
            "js\/bg\/auto-update.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "js\/libs\/jquery-1.11.3.min.js",
                "js\/libs\/jquery-ui.js",
                "js\/libs\/underscore-min.js",
                "js\/libs\/utils.js",
                "js\/content\/content-common.js",
                "js\/tpl.js",
                "js\/content\/content-proxy.js",
                "js\/content\/content.js",
                "js\/content\/content-messagelistener.js",
                "js\/content\/upload-pop.js"
            ],
            "css": [
                "css\/content.css",
                "css\/jquery-ui.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/setting.tms.beisen.com\/*",
                "*:\/\/setting.tms.beisen.net\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "\u6781\u901f\u7b80\u5386\u4e0a\u4f20\u4e91\u901a\u9053",
    "icons": {
        "16": "images\/speed128.png",
        "48": "images\/speed48.png",
        "64": "images\/speed.png",
        "128": "images\/speed128.png"
    },
    "manifest_version": 2,
    "name": "Talent Eye",
    "permissions": [
        "tabs",
        "webRequest",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequestBlocking",
        "proxy",
        "privacy",
        "notifications"
    ],
    "version": "4.5.22",
    "web_accessible_resources": [],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tms.beisen.com\/*",
            "*:\/\/*.tms.beisen.net\/*",
            "*:\/\/*.tms.beisen.cn\/*",
            "*:\/\/*.italent-inc.cn\/*",
            "*:\/\/*.italent.link\/*",
            "*:\/\/*.italent.cn\/*"
        ]
    }
}