Humantelligence

Connect & communicate better by understanding anyone’s personality.

Wat is Humantelligence?

Humantelligence is een Chrome-extensie ontwikkeld door https://humantelligence.com, en de belangrijkste functie is "Connect & communicate better by understanding anyone’s personality.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Humantelligence

Download Humantelligence-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

                        Humantelligence (“HT”) allows you to connect, communicate and collaborate better with your workers, colleagues, and anyone when writing emails or in meetings that are through platforms like Gmail or Google Calendar.

How?

Well, the first step to communicating and collaborating better is “understanding someone”. HT is the quickest (12 min) and most advanced personality test to help you understand someone’s behaviors, motivators, values and work styles.

Difference with competitors?

- We get a more crystal-clear view of understanding anyone’s personality, given our competitors use ‘public data’ and not a scientifically based and validated tool like ours, so their results are about 40% accurate vs ours which are 85%+. They also only measure 1/3 of what we do – behaviors, and subjectively. So, we give you MORE understanding and better tips and recommendations on how to communicate, motivate, and influence someone, based on that understanding to truly “connect” people.
- They also only do individual understanding. We get to Team Culture understanding, so leaders and managers can be better leaders, and can run calls and meetings more effectively.

Benefits?

- Better understanding, so then better connection, communication, and collaboration.
- Tips on leadership, asking for things in email, or on calls, running team calls, and team management through “Team Culture” tips.
- Enhanced EQ – social-awareness, self-management, social awareness and relationship management.

Install Humantelligence  today and begin to the power of improved EQ!-                    

Basisinformatie over de Extensie

Naam Humantelligence Humantelligence
ID npanhchpbpjepibmmimpckfihjkdmnmm
Officiële URL https://chromewebstore.google.com/detail/humantelligence/npanhchpbpjepibmmimpckfihjkdmnmm
Beschrijving Connect & communicate better by understanding anyone’s personality.
Bestandsgrootte 786 KB
Aantal Installaties 322
Huidige Versie 5.2.2
Laatst Bijgewerkt 2023-02-23
Publicatiedatum 2020-06-23
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://humantelligence.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://humantelligence.com
URL van de Privacybeleid Pagina https://humantelligence.com/privacy
Ondersteunde Talen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "humtlext",
    "version": "5.2.2",
    "author": "Humantelligence Apps ",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/www.mail.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/www.calendar.google.com\/*"
            ],
            "js": [
                "dist\/extensionInjector.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmail.js",
                "dist\/calendar.js",
                "dist\/loader.css",
                "images\/ht.png",
                "images\/needle-icon.png",
                "images\/ht-logo-16x16.png",
                "images\/ht-logo-32x32.png",
                "images\/ht-logo-48x48.png",
                "images\/ht-logo-128x128.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/www.mail.google.com\/*",
        "*:\/\/calendar.google.com\/*",
        "*:\/\/www.calendar.google.com\/*"
    ],
    "action": {
        "default_title": "Humantelligence",
        "default_icon": {
            "16": "images\/ht-logo-16x16.png",
            "32": "images\/ht-logo-32x32.png",
            "48": "images\/ht-logo-48x48.png",
            "128": "images\/ht-logo-128x128.png"
        }
    },
    "icons": {
        "16": "images\/ht-logo-16x16.png",
        "32": "images\/ht-logo-32x32.png",
        "48": "images\/ht-logo-48x48.png",
        "128": "images\/ht-logo-128x128.png"
    },
    "manifest_version": 3
}