WhoKnows

Cognitive People Search and Analytics

ما هو WhoKnows؟

WhoKnows هو إضافة Chrome تم تطويرها بواسطة https://whoknows.com، والميزة الرئيسية لها هي "Cognitive People Search and Analytics".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WhoKnows

قم بتنزيل ملفات الامتداد WhoKnows بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        WhoKnows helps you find, score, and contact candidates or leads from over 370M machine-enriched profiles.

WhoKnows has invented a patented, machine-learning discovery platform that automatically derives expertise and relationships to generate semantic, detailed, always up-to-date profiles and connections. We offer talent acquisition and people analytics solutions to businesses to help them win the talent wars.                    

معلومات أساسية عن التمديد

الاسم WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
الوصف Cognitive People Search and Analytics
حجم الملف 48.45 KB
عدد التثبيتات 336
النسخة الحالية 2.4.1
آخر تحديث 2020-11-24
تاريخ النشر 2019-07-31
تقييم 3.67/5 مجموع تقييمات 6
المطور https://whoknows.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://whoknows.com/
عنوان صفحة المساعدة https://support.whoknows.com
عنوان صفحة سياسة الخصوصية http://corp.whoknows.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhoKnows",
    "version": "2.4.1",
    "description": "Cognitive People Search and Analytics",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "bg.html",
        "script": "bg.js"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "WhoKnows (BETA)"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "cookies",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "document_start.min.js"
            ]
        },
        {
            "js": [
                "sidebar.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "frame.html",
        "loading.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*"
        ]
    }
}