AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
Wat is AB Emotions AI?
AB Emotions AI is een Chrome-extensie ontwikkeld door abtasty.com, en de belangrijkste functie is "Extension allowing to visualise the different variations of a website for different Emotions AI segments".
Extensie Screenshots
Download het CRX-bestand van de extensie AB Emotions AI
Download AB Emotions AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AB Emotions AI |
ID | dabbkpndimencgjjmeajjdpjlcigaoog |
Officiële URL | https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog |
Beschrijving | Extension allowing to visualise the different variations of a website for different Emotions AI segments |
Bestandsgrootte | 40.08 KB |
Aantal Installaties | 75 |
Huidige Versie | 3.2 |
Laatst Bijgewerkt | 2023-07-13 |
Publicatiedatum | 2023-07-13 |
Ontwikkelaar | abtasty.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.abtasty.com/ |
Help Pagina-URL | https://www.abtasty.com/contact/ |
URL van de Privacybeleid Pagina | https://www.abtasty.com/privacy-policy |
Ondersteunde Talen | 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 } |