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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}