SkillPoint Portal Connect Tools

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

Co je SkillPoint Portal Connect Tools?

SkillPoint Portal Connect Tools je rozšíření Chrome vyvinuté Platina Software, a jeho hlavní funkcí je „Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.“.

Stáhnout soubor CRX rozšíření SkillPoint Portal Connect Tools

Stáhněte si soubory rozšíření SkillPoint Portal Connect Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SkillPoint Portal Connect Tools SkillPoint Portal Connect Tools
ID gekacodjagcpmpmhilalmbblcghcgppf
Oficiální URL https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf
Popis Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Velikost souboru 24.07 KB
Počet instalací 23
Aktuální Verze 3.0.0.3
Poslední Aktualizace 2016-01-08
Datum Vydání 2016-01-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Platina Software
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.platina.co.in
Podporované Jazyky 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"
    }
}