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
Eメール [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"
    }
}