AI-Powered Text Insights

Extract sentiment and emotion easily from text as you browse the web.

Τι είναι το AI-Powered Text Insights;

Το AI-Powered Text Insights είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.symanto.com, και η κύρια λειτουργία του είναι "Extract sentiment and emotion easily from text as you browse the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AI-Powered Text Insights

Λήψη αρχείων επέκτασης AI-Powered Text Insights σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Analyse unstructured text at scale, categorising individual messages according to their intent or segmenting users by their personality type.

✔ Language Detection
Establish the language spoken by each user, even when their spelling and grammar is poor.

✔ Text Sentiment Analysis
Start by understanding and responding appropriately to messages conveying different sentiments.

✔ Emotion Text Analysis
Categorise textual data by the emotions of the author, using Paul Ekman’s universal emotion model.

✔ Communication Style Analysis
Categorise users’ posts and messages by their tone – so you can strike the right note when you respond.

✔ Personality Traits Detection
Segment your customers or employees according to their personality type – based only on what they write.

✔ Aspect Based Sentiment Analysis
Target specific subjects of interest and the sentiments that your users display towards them.

With this extension, you can analyze online reviews, chat messages, support tickets, emails, and much more. Our unique combination of psychology and AI enables the deepest level of understanding of not only what someone is saying, but how they say it. Decode the communication characteristics of the message and engage with the author in the right way. 

We designed AI-Powered Text Insights with simplicity in mind. It is compatible with almost all text, regardless of source, including web apps such as Trello or Slack, social networks such as Facebook or Linkedin, review sites such as Tripadvisor or Yelp, online e-mail services such as Gmail, and much more. 

This extension uses Symanto's Psycholinguistic Text Analytics API. More information about this API and access to a free API key can be found on https://www.symanto.com/api/

Your privacy is important to us: by default, this extension will check your text by sending it to https://developer.symanto.net over a securely encrypted connection. No account is needed to use this extension.

List of supported languages: English, German and Spanish

★★★ GET IN TOUCH ★★★
https://www.symanto.com/get-in-touch/
Web: https://www.symanto.com
Facebook https://www.facebook.com/SymantoAI/
Twitter @SymantoAI                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AI-Powered Text Insights AI-Powered Text Insights
ID ncnfjhmiglgmjokechbbbflbcnijbelk
Επίσημο URL https://chromewebstore.google.com/detail/ai-powered-text-insights/ncnfjhmiglgmjokechbbbflbcnijbelk
Περιγραφή Extract sentiment and emotion easily from text as you browse the web.
Μέγεθος Αρχείου 12.07 KB
Αριθμός Εγκαταστάσεων 2,677
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-02-17
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.71/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://www.symanto.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.symanto.com/api/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.symanto.com/get-in-touch/
URL της Σελίδας Πολιτικής Απορρήτου https://www.symanto.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Symanto GmbH & Co. KG",
    "default_locale": "en",
    "version": "1.1",
    "browser_action": {
        "default_icon": "favicon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "favicon16.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "manifest_version": 2
}