AB Emotions AI

Extension allowing to visualise the different variations of a website for different Emotions AI segments

Was ist AB Emotions AI?

AB Emotions AI ist eine Chrome-Erweiterung, die von abtasty.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Erweiterungsscreenshots

screenshot

AB Emotions AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie AB Emotions AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Emotions AI adapts your content to the personality of each visitor in real time.
With this plugins, you will be able to test a segment / user experience needs in order to review your personalized website.                    

Grundlegende Informationen zur Erweiterung

Name AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
Offizielle URL https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Beschreibung Extension allowing to visualise the different variations of a website for different Emotions AI segments
Dateigröße 40.08 KB
Installationsanzahl 75
Aktuelle Version 3.2
Letztes Update 2023-07-13
Veröffentlichungsdatum 2023-07-13
Entwickler abtasty.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.abtasty.com/
Hilfeseite URL https://www.abtasty.com/contact/
URL der Datenschutzrichtlinien-Seite https://www.abtasty.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AB Emotions AI",
    "description": "Extension allowing to visualise the different variations of a website for different Emotions AI segments",
    "version": "3.2",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3
}