WhoKnows

Cognitive People Search and Analytics

Was ist WhoKnows?

WhoKnows ist eine Chrome-Erweiterung, die von https://whoknows.com entwickelt wurde, und ihr Hauptmerkmal ist "Cognitive People Search and Analytics".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WhoKnows-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhoKnows-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
Offizielle URL https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
Beschreibung Cognitive People Search and Analytics
Dateigröße 48.45 KB
Installationsanzahl 336
Aktuelle Version 2.4.1
Letztes Update 2020-11-24
Veröffentlichungsdatum 2019-07-31
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler https://whoknows.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whoknows.com/
Hilfeseite URL https://support.whoknows.com
URL der Datenschutzrichtlinien-Seite http://corp.whoknows.com/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}