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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://www.abtasty.com/contact/ |
عنوان صفحة سياسة الخصوصية | 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 } |