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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}