NextHop - LinkedIn Profile Insights (by Swyg)

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

NextHop - LinkedIn Profile Insights (by Swyg) là gì?

NextHop - LinkedIn Profile Insights (by Swyg) là một tiện ích mở rộng Chrome được phát triển bởi https://swyg.com, và tính năng chính của nó là "Easily find passive candidates more likely to leave their current job!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NextHop - LinkedIn Profile Insights (by Swyg)

Tải xuống các tệp mở rộng NextHop - LinkedIn Profile Insights (by Swyg) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NextHop - LinkedIn Profile Insights (by Swyg) NextHop - LinkedIn Profile Insights (by Swyg)
ID nkblejdlniajkchgmffbnfigiklnhofo
URL Chính Thức https://chromewebstore.google.com/detail/nexthop-linkedin-profile/nkblejdlniajkchgmffbnfigiklnhofo
Mô tả Easily find passive candidates more likely to leave their current job!
Kích Thước Tệp 95.26 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2021-10-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://swyg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swyg.com
URL Trang Trợ Giúp https://airtable.com/shrtjHsRNp11iRqDJ
URL Trang Chính Sách Bảo Mật https://swyg.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}