TurboHire Connect
Send candidates resumes from any page directly into your TurboHire database with just one click!
Τι είναι το TurboHire Connect;
Το TurboHire Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Turbohire Technologies Private Limited, και η κύρια λειτουργία του είναι "Send candidates resumes from any page directly into your TurboHire database with just one click!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TurboHire Connect
Λήψη αρχείων επέκτασης TurboHire Connect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TurboHire Connect is a free tool to help recruiters source and manage candidates better. The tool helps recruiters: 1. Centralize candidates from LinkedIn into a single platform 2. Convert resumes into smart-cards & take notes 3. Launch email campaigns and surveys to candidates That's not it, you can utilize the rich filters and easy views of candidates to find the right candidates, every time. Give it a try and let us know your feedback.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TurboHire Connect |
ID | gjfehlcidibkbachipbggopmmphholkg |
Επίσημο URL | https://chromewebstore.google.com/detail/turbohire-connect/gjfehlcidibkbachipbggopmmphholkg |
Περιγραφή | Send candidates resumes from any page directly into your TurboHire database with just one click! |
Μέγεθος Αρχείου | 1013 KB |
Αριθμός Εγκαταστάσεων | 592 |
Τρέχουσα Έκδοση | 1.0.57 |
Τελευταία Ενημέρωση | 2024-02-27 |
Ημερομηνία Δημοσίευσης | 2020-06-21 |
Αξιολόγηση | 5.00/5 Συνολικά 23 Αξιολογήσεις |
Προγραμματιστής | Turbohire Technologies Private Limited |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://turbohire.co/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://knowledge.turbohire.co/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://turbohire.co/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TurboHire Connect", "description": "Send candidates resumes from any page directly into your TurboHire database with just one click!", "manifest_version": 2, "version": "1.0.57", "permissions": [ "activeTab", "tabs", "storage", "alarms", "https:\/\/*.naukri.com\/*", "https:\/\/rms.naukri.com\/*", "https:\/\/resdex.naukri.com\/v2\/*", "https:\/\/www.linkedin.com\/in\/*", "https:\/\/recruit.iimjobs.com\/job\/*", "https:\/\/recruit.hirist.com\/job\/*", "https:\/\/hiring.naukri.com\/hiring\/job\/*", "https:\/\/*.turbohire.co\/*", "https:\/\/www.linkedin.com\/talent\/hire\/*", "https:\/\/www.linkedin.com\/search\/results\/people\/*", "https:\/\/www.linkedin.com\/talent\/search\/*", "https:\/\/recruit.naukri.com\/", "https:\/\/posting.naukri.com\/*" ], "background": { "scripts": [ "background.js", "mixpanel.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "static\/images\/turbohire_16.png", "32": "static\/images\/turbohire_32.png", "48": "static\/images\/turbohire_48.png", "128": "static\/images\/turbohire_128.png" } }, "web_accessible_resources": [ "index.html" ], "icons": { "16": "static\/images\/turbohire_16.png", "32": "static\/images\/turbohire_32.png", "48": "static\/images\/turbohire_48.png", "128": "static\/images\/turbohire_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.naukri.com\/*", "https:\/\/rms.naukri.com\/*", "https:\/\/resdex.naukri.com\/v2\/*", "https:\/\/www.linkedin.com\/in\/*", "https:\/\/recruit.iimjobs.com\/job\/*", "https:\/\/recruit.hirist.com\/job\/*", "https:\/\/hiring.naukri.com\/hiring\/job\/*", "https:\/\/www.linkedin.com\/talent\/hire\/*", "https:\/\/www.linkedin.com\/search\/results\/people\/*", "https:\/\/www.linkedin.com\/talent\/search\/*", "https:\/\/recruit.naukri.com\/", "https:\/\/posting.naukri.com\/*" ], "js": [ "static\/js\/siteExtractor.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.turbohire.co\/*" ] } } |