NextHop - LinkedIn Profile Insights (by Swyg)

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

Cos'è NextHop - LinkedIn Profile Insights (by Swyg)?

NextHop - LinkedIn Profile Insights (by Swyg) è un'estensione di Chrome sviluppata da https://swyg.com, e la sua funzione principale è "Easily find passive candidates more likely to leave their current job!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NextHop - LinkedIn Profile Insights (by Swyg)

Scarica i file di estensione NextHop - LinkedIn Profile Insights (by Swyg) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NextHop - LinkedIn Profile Insights (by Swyg) NextHop - LinkedIn Profile Insights (by Swyg)
ID nkblejdlniajkchgmffbnfigiklnhofo
URL Ufficiale https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo
Descrizione Easily find passive candidates more likely to leave their current job!
Dimensione del File 95.26 KB
Conteggio Installazioni 304
Versione Corrente 0.1.6
Ultimo Aggiornamento 2023-04-27
Data di Pubblicazione 2021-10-30
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://swyg.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://swyg.com
URL della Pagina di Aiuto https://airtable.com/shrtjHsRNp11iRqDJ
URL della Pagina della Politica sulla Privacy https://swyg.com/legal/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}