WhoKnows

Cognitive People Search and Analytics

Cos'è WhoKnows?

WhoKnows è un'estensione di Chrome sviluppata da https://whoknows.com, e la sua funzione principale è "Cognitive People Search and Analytics".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WhoKnows

Scarica i file di estensione WhoKnows in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
URL Ufficiale https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
Descrizione Cognitive People Search and Analytics
Dimensione del File 48.45 KB
Conteggio Installazioni 336
Versione Corrente 2.4.1
Ultimo Aggiornamento 2020-11-24
Data di Pubblicazione 2019-07-31
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore https://whoknows.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://whoknows.com/
URL della Pagina di Aiuto https://support.whoknows.com
URL della Pagina della Politica sulla Privacy http://corp.whoknows.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}