AB Emotions AI

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

Cos'è AB Emotions AI?

AB Emotions AI è un'estensione di Chrome sviluppata da abtasty.com, e la sua funzione principale è "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AB Emotions AI

Scarica i file di estensione AB Emotions AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
URL Ufficiale https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Descrizione Extension allowing to visualise the different variations of a website for different Emotions AI segments
Dimensione del File 40.08 KB
Conteggio Installazioni 75
Versione Corrente 3.2
Ultimo Aggiornamento 2023-07-13
Data di Pubblicazione 2023-07-13
Sviluppatore abtasty.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.abtasty.com/
URL della Pagina di Aiuto https://www.abtasty.com/contact/
URL della Pagina della Politica sulla Privacy https://www.abtasty.com/privacy-policy
Lingue Supportate 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
}