Talentful.ai
The most powerful sourcing tool for hiring developers.
Τι είναι το Talentful.ai;
Το Talentful.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://talentful.ai, και η κύρια λειτουργία του είναι "The most powerful sourcing tool for hiring developers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Talentful.ai
Λήψη αρχείων επέκτασης Talentful.ai σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |