Headhunter by TeamRock.pro
Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!
Headhunter by TeamRock.pro क्या है?
Headhunter by TeamRock.pro TeamRock.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Headhunter by TeamRock.pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Recruiters, HR professionals and Headhunters - rejoice! This here tool is what you have all been waiting for! It's like a Pocket app for prospective candidates. You can keep a list of interesting profiles that fit your headhunting and recruitment campaigns. You can later send those profiles a fitting job offer and enjoy the benefits of automated messages and candidate comparison, provided by the built-in TeamRock.pro HRMS engine. Headhunter is free for the first three candidates you hire (think: CTO, Head of Sales and Chief Pizza Officer). A TeamRock.pro account is included for a truly professional, yet immersive recruitment experience for startups.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cfhecgmfcikfbcepolnaofefogmodbfa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/headhunter-by-teamrockpro/cfhecgmfcikfbcepolnaofefogmodbfa |
विवरण | Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock! |
फ़ाइल का आकार | 976 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2017-12-14 |
प्रकाशन तिथि | 2017-12-14 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | TeamRock.pro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.teamrock.pro |
गोपनीयता नीति पृष्ठ URL | http://www.teamrock.pro/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Headhunter by TeamRock.pro", "short_name": "HR Recruiter", "description": "Save interesting LinkedIN profiles for later. Source passive candidates and offer them jobs that rock!", "version": "0.0.6", "homepage_url": "http:\/\/www.teamrock.pro\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/in\/*", "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "teamrock.pro", "default_popup": "index.html" } } |