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
公式URL 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
Eメール [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"
            ]
        }
    ]
}