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 - это расширение Chrome, разработанное Platina Software, и его основная функция - "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".
Скачать файл CRX расширения SkillPoint Portal Connect Tools
Скачайте файлы расширений 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 |
| Официальный 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"
}
} | |