SkillPoint Portal Connect Tools
Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
What is SkillPoint Portal Connect Tools?
SkillPoint Portal Connect Tools is a Chrome extension developed by Platina Software, and its main feature is "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".
Download SkillPoint Portal Connect Tools Extension CRX File
Download SkillPoint Portal Connect Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | gekacodjagcpmpmhilalmbblcghcgppf |
Official URL | https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf |
Description | Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks. |
File Size | 24.07 KB |
Installation Count | 23 |
Current Version | 3.0.0.3 |
Last Updated | 2016-01-08 |
Publish Date | 2016-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Platina Software |
[email protected] | |
Payment Type | free |
Extension Website | http://www.platina.co.in |
Supported Languages | 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" } } |