Talentful.ai
The most powerful sourcing tool for hiring developers.
Talentful.ai क्या है?
Talentful.ai http://talentful.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most powerful sourcing tool for hiring developers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Talentful.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Talentful.ai is the most powerful sourcing tool for hiring great software developers, fast. We leverage machine learning and real-time public data to predict the match between complex job requirements and candidates' skills. Talentful.ai can enhance all three major hiring channels: direct sourcing, employee referral, and inbound applications. This Chrome Extension leverages our AI engine and real-time analysis engine to add an insight overlay for Linkedin.com's profile page. With this extension, users can view instant analyses of individuals' experience and skills related to software development. This extension also works seamlessly with Talentful's sourcing tools. To learn more about our tools, please visit https://www.talentful.ai
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nnokhijnbnblkbbjdmibdohggihfaonc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc |
विवरण | The most powerful sourcing tool for hiring developers. |
फ़ाइल का आकार | 99.21 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | http://talentful.ai |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.talentful.ai |
सहायता पृष्ठ URL | https://app.talentful.ai/howto |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "Talentful.ai", "description": "The most powerful sourcing tool for hiring developers.", "version": "1.0.3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "incognito": "split", "web_accessible_resources": [ "html\/*", "css\/*", "js\/*", "images\/*" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.min.js", "js\/content_linkedin.min.js" ], "run_at": "document_end" } ], "permissions": [ "cookies", "tabs", "*:\/\/app.talentful.ai\/", "*:\/\/app.talentful.io\/", "*:\/\/localhost\/", "webRequest" ] } |