NextHop - LinkedIn Profile Insights (by Swyg)

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

Qu'est-ce que NextHop - LinkedIn Profile Insights (by Swyg) ?

NextHop - LinkedIn Profile Insights (by Swyg) est une extension Chrome développée par https://swyg.com, et sa fonction principale est "Easily find passive candidates more likely to leave their current job!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NextHop - LinkedIn Profile Insights (by Swyg)

Téléchargez les fichiers d'extension NextHop - LinkedIn Profile Insights (by Swyg) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NextHop - LinkedIn Profile Insights (by Swyg) NextHop - LinkedIn Profile Insights (by Swyg)
ID nkblejdlniajkchgmffbnfigiklnhofo
URL Officiel https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo
Description Easily find passive candidates more likely to leave their current job!
Taille du Fichier 95.26 KB
Nombre d'Installations 304
Version Actuelle 0.1.6
Dernière Mise à Jour 2023-04-27
Date de Publication 2021-10-30
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://swyg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://swyg.com
URL de la Page d'Aide https://airtable.com/shrtjHsRNp11iRqDJ
URL de la Page de Politique de Confidentialité https://swyg.com/legal/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}