SkillPoint Portal Connect Tools

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

Co to jest SkillPoint Portal Connect Tools?

SkillPoint Portal Connect Tools to rozszerzenie Chrome opracowane przez Platina Software, a jego główną funkcją jest „Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.”.

Pobierz plik CRX rozszerzenia SkillPoint Portal Connect Tools

Pobierz pliki rozszerzeń SkillPoint Portal Connect Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SkillPoint Portal Connect Tools SkillPoint Portal Connect Tools
ID gekacodjagcpmpmhilalmbblcghcgppf
Oficjalny URL https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf
Opis Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
Rozmiar pliku 24.07 KB
Liczba instalacji 23
Aktualna Wersja 3.0.0.3
Ostatnia Aktualizacja 2016-01-08
Data Publikacji 2016-01-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Platina Software
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.platina.co.in
Obsługiwane Języki 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"
    }
}