Humantelligence

Connect & communicate better by understanding anyone’s personality.

Humantelligence là gì?

Humantelligence là một tiện ích mở rộng Chrome được phát triển bởi https://humantelligence.com, và tính năng chính của nó là "Connect & communicate better by understanding anyone’s personality.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Humantelligence

Tải xuống các tệp mở rộng Humantelligence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Humantelligence Humantelligence
ID npanhchpbpjepibmmimpckfihjkdmnmm
URL Chính Thức https://chromewebstore.google.com/detail/humantelligence/npanhchpbpjepibmmimpckfihjkdmnmm
Mô tả Connect & communicate better by understanding anyone’s personality.
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 5.2.2
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2020-06-23
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://humantelligence.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://humantelligence.com
URL Trang Chính Sách Bảo Mật https://humantelligence.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}