Resume Extract

Fetches resume details

什麼是Resume Extract?

Resume Extract是由http://www.rightrecruiters.com開發的Chrome擴展程式,該擴展的主要功能是“Fetches resume details”。

擴展截圖

screenshot

下載Resume Extract擴展crx文件

下載Resume Extract擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Extension is a part of Right Recruiters , Recruitment Management Software.                    

擴展基本資訊

名稱 Resume Extract Resume Extract
ID acioflaocdbaafpikfekcajnfhlgpgae
官方網址 https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae
簡介 Fetches resume details
檔案大小 35.81 KB
安裝次數 213
目前版本 1.0
更新時間 2016-05-18
上架時間 2016-05-18
開發者 http://www.rightrecruiters.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resume Extract",
    "manifest_version": 2,
    "description": "Fetches resume details",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Extract Resume from current tab",
        "default_popup": "resumeform.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ]
}