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