AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
AB Emotions AIคืออะไร?
AB Emotions AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abtasty.com และคุณลักษณะหลักของมันคือ "Extension allowing to visualise the different variations of a website for different Emotions AI segments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AB Emotions AI
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |