SkillPoint Portal Connect Tools
Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Was ist SkillPoint Portal Connect Tools?
SkillPoint Portal Connect Tools ist eine Chrome-Erweiterung, die von Platina Software entwickelt wurde, und ihr Hauptmerkmal ist "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".
SkillPoint Portal Connect Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie SkillPoint Portal Connect Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | gekacodjagcpmpmhilalmbblcghcgppf |
Offizielle URL | https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf |
Beschreibung | Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks. |
Dateigröße | 24.07 KB |
Installationsanzahl | 23 |
Aktuelle Version | 3.0.0.3 |
Letztes Update | 2016-01-08 |
Veröffentlichungsdatum | 2016-01-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Platina Software |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.platina.co.in |
Unterstützte Sprachen | 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" } } |