WhoKnows

Cognitive People Search and Analytics

WhoKnows là gì?

WhoKnows là một tiện ích mở rộng Chrome được phát triển bởi https://whoknows.com, và tính năng chính của nó là "Cognitive People Search and Analytics".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhoKnows

Tải xuống các tệp mở rộng WhoKnows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
URL Chính Thức https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
Mô tả Cognitive People Search and Analytics
Kích Thước Tệp 48.45 KB
Số Lần Cài Đặt 336
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2020-11-24
Ngày Phát Hành 2019-07-31
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://whoknows.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whoknows.com/
URL Trang Trợ Giúp https://support.whoknows.com
URL Trang Chính Sách Bảo Mật http://corp.whoknows.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}