SkillPoint Portal Connect Tools

Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.

什么是SkillPoint Portal Connect Tools?

SkillPoint Portal Connect Tools是由Platina Software开发的Chrome扩展程序,该扩展的主要功能是“Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.”。

下载SkillPoint Portal Connect Tools扩展crx文件

下载SkillPoint Portal Connect Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.

SkillPoint Portal Connect (Tools) is a free extension for SkillPoint customers to download candidate profiles from Job Boards and Social Networking sites directly to their SkillPoint database with a few clicks.

SkillPoint VRx is a highly powerful Recruiting Software product which manages your candidate, client and vendor relationships and enables your recruiters to close more positions with higher quality.                    

扩展基本信息

名称 SkillPoint Portal Connect Tools SkillPoint Portal Connect Tools
ID gekacodjagcpmpmhilalmbblcghcgppf
官方URL https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf
简介 Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
文件大小 24.07 KB
安装次数 23
当前版本 3.0.0.3
更新时间 2016-01-08
上架时间 2016-01-08
评分 5.00/5 共1次评分
开发者 Platina Software
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.platina.co.in
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkillPoint Portal Connect Tools",
    "manifest_version": 2,
    "version": "3.0.0.3",
    "description": "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts\/util.js",
                "\/scripts\/sppc_injectable_chrome.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "management"
    ],
    "background": {
        "scripts": [
            "\/scripts\/util.js",
            "\/scripts\/sppc_bg_tool_chrome.js"
        ]
    },
    "browser_action": {
        "default_title": "SkillPoint Portal Connect Tools",
        "default_icon": {
            "19": "\/images\/editoptions.png"
        },
        "default_popup": "popup_tools_chrome.html"
    }
}