AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
What is AB Emotions AI?
AB Emotions AI is a Chrome extension developed by abtasty.com, and its main feature is "Extension allowing to visualise the different variations of a website for different Emotions AI segments".
Extension Screenshots
Download AB Emotions AI Extension CRX File
Download AB Emotions AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AB Emotions AI |
ID | dabbkpndimencgjjmeajjdpjlcigaoog |
Official URL | https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog |
Description | Extension allowing to visualise the different variations of a website for different Emotions AI segments |
File Size | 40.08 KB |
Installation Count | 75 |
Current Version | 3.2 |
Last Updated | 2023-07-13 |
Publish Date | 2023-07-13 |
Developer | abtasty.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.abtasty.com/ |
Help Page URL | https://www.abtasty.com/contact/ |
Privacy Policy Page URL | https://www.abtasty.com/privacy-policy |
Supported Languages | 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 } |