NextHop - LinkedIn Profile Insights (by Swyg)
Easily find passive candidates more likely to leave their current job!
NextHop - LinkedIn Profile Insights (by Swyg)คืออะไร?
NextHop - LinkedIn Profile Insights (by Swyg) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swyg.com และคุณลักษณะหลักของมันคือ "Easily find passive candidates more likely to leave their current job!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NextHop - LinkedIn Profile Insights (by Swyg)
ดาวน์โหลดไฟล์ส่วนขยาย NextHop - LinkedIn Profile Insights (by Swyg) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find out how likely some is to leave their current job when visiting their LinkedIn profile. This extension will automatically tell you if the risk of them leaving their job soon is low, moderate or high.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NextHop - LinkedIn Profile Insights (by Swyg) |
ID | nkblejdlniajkchgmffbnfigiklnhofo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo |
คำอธิบาย | Easily find passive candidates more likely to leave their current job! |
ขนาดไฟล์ | 95.26 KB |
จำนวนการติดตั้ง | 304 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2023-04-27 |
วันที่เผยแพร่ | 2021-10-30 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://swyg.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://swyg.com |
URL หน้าช่วยเหลือ | https://airtable.com/shrtjHsRNp11iRqDJ |
URL หน้านโยบายความเป็นส่วนตัว | https://swyg.com/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NextHop - LinkedIn Profile Insights (by Swyg)", "short_name": "NextHop", "description": "Easily find passive candidates more likely to leave their current job!", "version": "0.1.6", "manifest_version": 3, "icons": { "16": ".\/static\/icons\/nexthop-trans-16.png", "24": ".\/static\/icons\/nexthop-trans-24.png", "32": ".\/static\/icons\/nexthop-trans-32.png", "48": ".\/static\/icons\/nexthop-trans-48.png", "64": ".\/static\/icons\/nexthop-trans-64.png", "128": ".\/static\/icons\/nexthop-trans-128.png", "256": ".\/static\/icons\/nexthop-trans-256.png", "512": ".\/static\/icons\/nexthop-trans-512.png" }, "permissions": [ "webNavigation", "identity", "identity.email", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ], "background": { "service_worker": ".\/service-worker\/service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ ".\/content\/content.js" ], "css": [ ".\/content\/content.css" ] } ] } |