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) هو إضافة Chrome تم تطويرها بواسطة https://swyg.com، والميزة الرئيسية لها هي "Easily find passive candidates more likely to leave their current job!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NextHop - LinkedIn Profile Insights (by Swyg)

قم بتنزيل ملفات الامتداد NextHop - LinkedIn Profile Insights (by Swyg) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://swyg.com
عنوان صفحة المساعدة https://airtable.com/shrtjHsRNp11iRqDJ
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}