NextHop - LinkedIn Profile Insights (by Swyg)
Easily find passive candidates more likely to leave their current job!
Was ist NextHop - LinkedIn Profile Insights (by Swyg)?
NextHop - LinkedIn Profile Insights (by Swyg) ist eine Chrome-Erweiterung, die von https://swyg.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily find passive candidates more likely to leave their current job!".
Erweiterungsscreenshots
NextHop - LinkedIn Profile Insights (by Swyg)-Erweiterungs-CRX-Datei herunterladen
Laden Sie NextHop - LinkedIn Profile Insights (by Swyg)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NextHop - LinkedIn Profile Insights (by Swyg) |
ID | nkblejdlniajkchgmffbnfigiklnhofo |
Offizielle URL | https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo |
Beschreibung | Easily find passive candidates more likely to leave their current job! |
Dateigröße | 95.26 KB |
Installationsanzahl | 304 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2023-04-27 |
Veröffentlichungsdatum | 2021-10-30 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://swyg.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://swyg.com |
Hilfeseite URL | https://airtable.com/shrtjHsRNp11iRqDJ |
URL der Datenschutzrichtlinien-Seite | https://swyg.com/legal/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |