SixSents Gmail

SixSents is emotional sentiment analysis that uses deep machine learning in real time to parse human emotion in correspondence

SixSents Gmailคืออะไร?

SixSents Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sixsents.com และคุณลักษณะหลักของมันคือ "SixSents is emotional sentiment analysis that uses deep machine learning in real time to parse human emotion in correspondence"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SixSents Gmail

ดาวน์โหลดไฟล์ส่วนขยาย SixSents Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We tell you how the people you are talking to feel in each email using 6 key emotions (Anger, Fear, Stress, Surprise, Trust, and Joy).

We also keep track of those emotions and let you monitor your communications and relationships over time. You can check that out in the live dashboard.

That's it. Simple. 

If you want to use it for employees, clients, customers, patients, students, parents, husbands or wives (doesn't need to be plural), sons, daughters, girlfriends, boyfriends, dogs, cats or anyone else you want to track who uses gmail, feel free.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SixSents Gmail SixSents Gmail
ID ldamocihbdpgamkgcjklganjgfmmpgod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sixsents-gmail/ldamocihbdpgamkgcjklganjgfmmpgod
คำอธิบาย SixSents is emotional sentiment analysis that uses deep machine learning in real time to parse human emotion in correspondence
ขนาดไฟล์ 687 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.17 beta
อัปเดตครั้งล่าสุด 2016-02-12
วันที่เผยแพร่ 2016-02-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://sixsents.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sixsents.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWqaGog33YAHqdZkbPONHpRPKYHEuJ0HE6ZQW7XBpQge7Fl+YJtP+4uq+xa28LRauYRK2wPlsQwkznJNMqqZtiGSmqwrrDaPPXkrRVXaay909DP5XfCSwaLyE3equXWWrUwNfiTaeOElRBSo4eu+OXFnrV+htnDp7B5hXzLvmKlWFd1rPKOj3y+8HJSVmsGGIeWw9IIl8UdFRDD1bIMUBA8zNoEj1l80uYyBwV4ktkyJWsteBFRGFoK0JVGwVRPhYoU2NqTi77FhwS6N6n2WQi9AsH\/4S7k2yyy2cI9CvNfvdQ18diIkwmqhUAxCRMBIjWuVqQ3eXSPGbOCQ0HkOkQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "http:\/\/gmail.com\/*",
                "http:\/\/www.gmail.com\/*",
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/gmail.com\/*",
                "https:\/\/www.gmail.com\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/highstock.js",
                "libs\/highcharts-more.js",
                "libs\/jquery.easypiechart.min.js",
                "libs\/helpers.js",
                "libs\/queue.js",
                "content.min.js",
                "libs\/gmail.js"
            ]
        }
    ],
    "oauth2": {
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "client_id": "297019819835-lfn7o1hevu7t23ngurlhg71gjb1u619n.apps.googleusercontent.com"
    },
    "name": "SixSents Gmail",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "web_accessible_resources": [
        "app\/binder.js",
        "assets\/*",
        "getting-started.html",
        "libs\/*"
    ],
    "background": {
        "scripts": [
            "libs\/helpers.js",
            "libs\/jquery.min.js",
            "bg.min.js"
        ]
    },
    "version": "0.17",
    "manifest_version": 2,
    "version_name": "0.17 beta",
    "permissions": [
        "tabs",
        "",
        "identity",
        "storage",
        "https:\/\/www.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.10.2\/jquery.min.js; https:\/\/*.google.com;object-src 'self'",
    "description": "SixSents is emotional sentiment analysis that uses deep machine learning in real time to parse human emotion in correspondence"
}