SkillPoint Portal Connect Tools
Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Cos'è SkillPoint Portal Connect Tools?
SkillPoint Portal Connect Tools è un'estensione di Chrome sviluppata da Platina Software, e la sua funzione principale è "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".
Scarica il file CRX dell'estensione SkillPoint Portal Connect Tools
Scarica i file di estensione SkillPoint Portal Connect Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | gekacodjagcpmpmhilalmbblcghcgppf |
URL Ufficiale | https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf |
Descrizione | Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks. |
Dimensione del File | 24.07 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 3.0.0.3 |
Ultimo Aggiornamento | 2016-01-08 |
Data di Pubblicazione | 2016-01-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Platina Software |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.platina.co.in |
Lingue Supportate | 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" } } |