Dokker Clipper

Retrieve candidate info from social networks in one click and store it in your Dokker Recruit Pool.

Dokker Clipperคืออะไร?

Dokker Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.dokker.com และคุณลักษณะหลักของมันคือ "Retrieve candidate info from social networks in one click and store it in your Dokker Recruit Pool."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dokker Clipper

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

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

                        The dokker Clipper enables recruiters to automatically clip and save profile's main data found on social networks. It is also possible to immediately assign a clipped profile to one or several sorting folders as well as recruitment campaigns.

The Dokker Clipper is compatible with:

- Linkedin
- Viadeo
- Doyoubuzz 
- Apec
- Xing
- Twitter
- About.me
- Github
- Zerply
- Behance

Try the magic and save yourself precious time and money !

Registration is free. The first 50 clipped profiles are free in the "single" pricing plan (this plan is also free of charge). You can try Dokker Recruit with all its functionality for free during our free of charge 30 days trial period.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dokker Clipper Dokker Clipper
ID ddbddallcpimeifacfbnkndglfnjmfhl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clipper-dokker/ddbddallcpimeifacfbnkndglfnjmfhl
คำอธิบาย Retrieve candidate info from social networks in one click and store it in your Dokker Recruit Pool.
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2013-10-15
วันที่เผยแพร่ 2013-10-15
ผู้พัฒนา http://www.dokker.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dokker.com/recruit
ภาษาที่รองรับ en,fr
manifest.json
{
    "name": "__MSG_extName__",
    "version": "1.1.3",
    "default_locale": "fr",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_title": "Clip candidates info from Social Networks and store it in your Dokker Recruit Pool !",
        "default_icon": {
            "19": "img\/chrome\/browser-action-19.png",
            "38": "img\/chrome\/browser-action-38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "cookies",
        "notifications",
        "*:\/\/*.dokker.com\/recruitClipper\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dokker.com\/recruitClipper\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/librairies\/jquery-1.10.2.min.js",
                "js\/contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/librairies\/jquery-1.10.2.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/chrome\/icon-128.png",
        "48": "img\/chrome\/icon-48.png",
        "16": "img\/chrome\/icon-16.png"
    },
    "offline_enabled": false,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/librairies\/jquery-1.10.2.min.js",
        "js\/librairies\/jquery-1.10.2.min.map",
        "js\/contentScript.js",
        "js\/popup.js",
        "js\/librairies\/spin.min.js"
    ]
}