AB Emotions AI

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

Co to jest AB Emotions AI?

AB Emotions AI to rozszerzenie Chrome opracowane przez abtasty.com, a jego główną funkcją jest „Extension allowing to visualise the different variations of a website for different Emotions AI segments”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AB Emotions AI

Pobierz pliki rozszerzeń AB Emotions AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
Oficjalny URL https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Opis Extension allowing to visualise the different variations of a website for different Emotions AI segments
Rozmiar pliku 40.08 KB
Liczba instalacji 75
Aktualna Wersja 3.2
Ostatnia Aktualizacja 2023-07-13
Data Publikacji 2023-07-13
Deweloper abtasty.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.abtasty.com/
Adres URL Strony Pomocy https://www.abtasty.com/contact/
Adres URL Strony Polityki Prywatności https://www.abtasty.com/privacy-policy
Obsługiwane Języki 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
}