AB Emotions AI

Extension allowing to visualise the different variations of a website for different Emotions AI segments

AB Emotions AI là gì?

AB Emotions AI là một tiện ích mở rộng Chrome được phát triển bởi abtasty.com, và tính năng chính của nó là "Extension allowing to visualise the different variations of a website for different Emotions AI segments".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AB Emotions AI

Tải xuống các tệp mở rộng AB Emotions AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AB Emotions AI AB Emotions AI
ID dabbkpndimencgjjmeajjdpjlcigaoog
URL Chính Thức https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog
Mô tả Extension allowing to visualise the different variations of a website for different Emotions AI segments
Kích Thước Tệp 40.08 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2023-07-13
Ngày Phát Hành 2023-07-13
Nhà Phát Triển abtasty.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.abtasty.com/
URL Trang Trợ Giúp https://www.abtasty.com/contact/
URL Trang Chính Sách Bảo Mật https://www.abtasty.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}