AB Emotions AI

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

O que é AB Emotions AI?

AB Emotions AI é uma extensão do Chrome desenvolvida por abtasty.com, e sua principal característica é "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AB Emotions AI

Baixe arquivos de extensão AB Emotions AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
URL Oficial https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Descrição Extension allowing to visualise the different variations of a website for different Emotions AI segments
Tamanho do Arquivo 40.08 KB
Contagem de Instalações 75
Versão Atual 3.2
Última Atualização 2023-07-13
Data de Publicação 2023-07-13
Desenvolvedor abtasty.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.abtasty.com/
URL da Página de Ajuda https://www.abtasty.com/contact/
URL da Página de Política de Privacidade https://www.abtasty.com/privacy-policy
Idiomas Suportados 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
}