Dokker Clipper
Retrieve candidate info from social networks in one click and store it in your Dokker Recruit Pool.
Dokker Clipper क्या है?
Dokker Clipper http://www.dokker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retrieve candidate info from social networks in one click and store it in your Dokker Recruit Pool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dokker Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |