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\/*" ] } } |