WhoKnows

Cognitive People Search and Analytics

什麼是WhoKnows?

WhoKnows是由https://whoknows.com開發的Chrome擴展程式,該擴展的主要功能是“Cognitive People Search and Analytics”。

擴展截圖

screenshot
screenshot
screenshot

下載WhoKnows擴展crx文件

下載WhoKnows擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面URL https://support.whoknows.com
隱私政策頁面URL 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\/*"
        ]
    }
}