SkillPoint Portal Connect Tools

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

SkillPoint Portal Connect Tools란 무엇입니까?

SkillPoint Portal Connect Tools은(는) Platina Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks."입니다.

SkillPoint Portal Connect Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SkillPoint Portal Connect Tools SkillPoint Portal Connect Tools
ID gekacodjagcpmpmhilalmbblcghcgppf
공식 URL https://chrome.google.com/webstore/detail/gekacodjagcpmpmhilalmbblcghcgppf
설명 Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks.
파일 크기 24.07 KB
설치 횟수 23
현재 버전 3.0.0.3
최근 업데이트 2016-01-08
출시 날짜 2016-01-08
평점 5.00/5 총 1 개의 평점
개발자 Platina Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.platina.co.in
지원되는 언어 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"
    }
}