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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
官方網址 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
}