AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
¿Qué es AB Emotions AI?
AB Emotions AI es una extensión de Chrome desarrollada por abtasty.com, y su función principal es "Extension allowing to visualise the different variations of a website for different Emotions AI segments".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AB Emotions AI
Descarga archivos de extensión AB Emotions AI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AB Emotions AI |
ID | dabbkpndimencgjjmeajjdpjlcigaoog |
URL Oficial | https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog |
Descripción | Extension allowing to visualise the different variations of a website for different Emotions AI segments |
Tamaño del Archivo | 40.08 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 3.2 |
Última Actualización | 2023-07-13 |
Fecha de Publicación | 2023-07-13 |
Desarrollador | abtasty.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.abtasty.com/ |
URL de la Página de Ayuda | https://www.abtasty.com/contact/ |
URL de la Página de Política de Privacidad | https://www.abtasty.com/privacy-policy |
Idiomas Soportados | 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 } |