Humantelligence

Connect & communicate better by understanding anyone’s personality.

Что такое Humantelligence?

Humantelligence - это расширение Chrome, разработанное https://humantelligence.com, и его основная функция - "Connect & communicate better by understanding anyone’s personality.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Humantelligence

Скачайте файлы расширений Humantelligence в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Humantelligence Humantelligence
ID npanhchpbpjepibmmimpckfihjkdmnmm
Официальный URL https://chromewebstore.google.com/detail/humantelligence/npanhchpbpjepibmmimpckfihjkdmnmm
Описание Connect & communicate better by understanding anyone’s personality.
Размер файла 786 KB
Количество установок 322
Текущая Версия 5.2.2
Последнее Обновление 2023-02-23
Дата публикации 2020-06-23
Рейтинг 5.00/5 Всего 12 оценок
Разработчик https://humantelligence.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://humantelligence.com
URL страницы политики конфиденциальности https://humantelligence.com/privacy
Поддерживаемые языки 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
}