WhoKnows

Cognitive People Search and Analytics

Wat is WhoKnows?

WhoKnows is een Chrome-extensie ontwikkeld door https://whoknows.com, en de belangrijkste functie is "Cognitive People Search and Analytics".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WhoKnows

Download WhoKnows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
Officiële URL https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
Beschrijving Cognitive People Search and Analytics
Bestandsgrootte 48.45 KB
Aantal Installaties 336
Huidige Versie 2.4.1
Laatst Bijgewerkt 2020-11-24
Publicatiedatum 2019-07-31
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar https://whoknows.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://whoknows.com/
Help Pagina-URL https://support.whoknows.com
URL van de Privacybeleid Pagina http://corp.whoknows.com/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}