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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Platina Software และคุณลักษณะหลักของมันคือ "Download resumes from Job Portals and Social sites into SkillPoint database with a few clicks."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkillPoint Portal Connect Tools

ดาวน์โหลดไฟล์ส่วนขยาย SkillPoint Portal Connect Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}