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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |