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. 擴展基本資訊
| 名稱 | |
| ID | gekacodjagcpmpmhilalmbblcghcgppf |
| 官方網址 | 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"
}
} | |