NextHop - LinkedIn Profile Insights (by Swyg)

Easily find passive candidates more likely to leave their current job!

¿Qué es NextHop - LinkedIn Profile Insights (by Swyg)?

NextHop - LinkedIn Profile Insights (by Swyg) es una extensión de Chrome desarrollada por https://swyg.com, y su función principal es "Easily find passive candidates more likely to leave their current job!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NextHop - LinkedIn Profile Insights (by Swyg)

Descarga archivos de extensión NextHop - LinkedIn Profile Insights (by Swyg) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NextHop - LinkedIn Profile Insights (by Swyg) NextHop - LinkedIn Profile Insights (by Swyg)
ID nkblejdlniajkchgmffbnfigiklnhofo
URL Oficial https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo
Descripción Easily find passive candidates more likely to leave their current job!
Tamaño del Archivo 95.26 KB
Cantidad de Instalaciones 304
Versión Actual 0.1.6
Última Actualización 2023-04-27
Fecha de Publicación 2021-10-30
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://swyg.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://swyg.com
URL de la Página de Ayuda https://airtable.com/shrtjHsRNp11iRqDJ
URL de la Página de Política de Privacidad https://swyg.com/legal/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}