AB Emotions AI

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

Что такое AB Emotions AI?

AB Emotions AI - это расширение Chrome, разработанное abtasty.com, и его основная функция - "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AB Emotions AI

Скачайте файлы расширений AB Emotions AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
Официальный URL https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Описание Extension allowing to visualise the different variations of a website for different Emotions AI segments
Размер файла 40.08 KB
Количество установок 75
Текущая Версия 3.2
Последнее Обновление 2023-07-13
Дата публикации 2023-07-13
Разработчик abtasty.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.abtasty.com/
URL страницы помощи https://www.abtasty.com/contact/
URL страницы политики конфиденциальности https://www.abtasty.com/privacy-policy
Поддерживаемые языки 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
}