SkillPoint Portal Connect Tools
Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Wat is SkillPoint Portal Connect Tools?
SkillPoint Portal Connect Tools is een Chrome-extensie ontwikkeld door Platina Software, en de belangrijkste functie is "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".
Download het CRX-bestand van de extensie SkillPoint Portal Connect Tools
Download SkillPoint Portal Connect Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gekacodjagcpmpmhilalmbblcghcgppf |
| Officiële URL | https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf |
| Beschrijving | Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks. |
| Bestandsgrootte | 24.07 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 3.0.0.3 |
| Laatst Bijgewerkt | 2016-01-08 |
| Publicatiedatum | 2016-01-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Platina Software |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.platina.co.in |
| Ondersteunde Talen | 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"
}
} | |