AB Emotions AI

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

Qu'est-ce que AB Emotions AI ?

AB Emotions AI est une extension Chrome développée par abtasty.com, et sa fonction principale est "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AB Emotions AI

Téléchargez les fichiers d'extension AB Emotions AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
URL Officiel https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Description Extension allowing to visualise the different variations of a website for different Emotions AI segments
Taille du Fichier 40.08 KB
Nombre d'Installations 75
Version Actuelle 3.2
Dernière Mise à Jour 2023-07-13
Date de Publication 2023-07-13
Développeur abtasty.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.abtasty.com/
URL de la Page d'Aide https://www.abtasty.com/contact/
URL de la Page de Politique de Confidentialité https://www.abtasty.com/privacy-policy
Langues Prises en Charge 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
}