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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}