WhoKnows

Cognitive People Search and Analytics

WhoKnows란 무엇입니까?

WhoKnows은(는) https://whoknows.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cognitive People Search and Analytics"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WhoKnows 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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\/*"
        ]
    }
}