SkillPoint Portal Connect Tools

Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.

Qu'est-ce que SkillPoint Portal Connect Tools ?

SkillPoint Portal Connect Tools est une extension Chrome développée par Platina Software, et sa fonction principale est "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.".

Télécharger le fichier CRX de l'extension SkillPoint Portal Connect Tools

Téléchargez les fichiers d'extension SkillPoint Portal Connect Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SkillPoint Portal Connect Tools SkillPoint Portal Connect Tools
ID gekacodjagcpmpmhilalmbblcghcgppf
URL Officiel https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf
Description Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Taille du Fichier 24.07 KB
Nombre d'Installations 23
Version Actuelle 3.0.0.3
Dernière Mise à Jour 2016-01-08
Date de Publication 2016-01-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Platina Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.platina.co.in
Langues Prises en Charge 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"
    }
}