AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
什么是AB Emotions AI?
AB Emotions AI是由abtasty.com开发的Chrome扩展程序,该扩展的主要功能是“Extension allowing to visualise the different variations of a website for different Emotions AI segments”。
扩展截图
下载AB Emotions AI扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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
} | |