WhoKnows

Cognitive People Search and Analytics

Co je WhoKnows?

WhoKnows je rozšíření Chrome vyvinuté https://whoknows.com, a jeho hlavní funkcí je „Cognitive People Search and Analytics“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WhoKnows

Stáhněte si soubory rozšíření WhoKnows ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WhoKnows WhoKnows
ID nahnomhhjhhmalmfhfeolghbonmgijjd
Oficiální URL https://chromewebstore.google.com/detail/whoknows/nahnomhhjhhmalmfhfeolghbonmgijjd
Popis Cognitive People Search and Analytics
Velikost souboru 48.45 KB
Počet instalací 336
Aktuální Verze 2.4.1
Poslední Aktualizace 2020-11-24
Datum Vydání 2019-07-31
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář https://whoknows.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://whoknows.com/
URL Stránky Nápovědy https://support.whoknows.com
URL Stránky Zásad Ochrany Soukromí http://corp.whoknows.com/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}