Humantelligence

Connect & communicate better by understanding anyone’s personality.

Cos'è Humantelligence?

Humantelligence è un'estensione di Chrome sviluppata da https://humantelligence.com, e la sua funzione principale è "Connect & communicate better by understanding anyone’s personality.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Humantelligence

Scarica i file di estensione Humantelligence 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

                        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!-                    

Informazioni di Base sull'Estensione

Nome Humantelligence Humantelligence
ID npanhchpbpjepibmmimpckfihjkdmnmm
URL Ufficiale https://chromewebstore.google.com/detail/humantelligence/npanhchpbpjepibmmimpckfihjkdmnmm
Descrizione Connect & communicate better by understanding anyone’s personality.
Dimensione del File 786 KB
Conteggio Installazioni 322
Versione Corrente 5.2.2
Ultimo Aggiornamento 2023-02-23
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore https://humantelligence.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://humantelligence.com
URL della Pagina della Politica sulla Privacy https://humantelligence.com/privacy
Lingue Supportate 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
}