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)是由https://swyg.com開發的Chrome擴展程式,該擴展的主要功能是“Easily find passive candidates more likely to leave their current job!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NextHop - LinkedIn Profile Insights (by Swyg)擴展crx文件

下載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) NextHop - LinkedIn Profile Insights (by Swyg)
ID nkblejdlniajkchgmffbnfigiklnhofo
官方網址 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"
            ]
        }
    ]
}