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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allowing to visualise the different variations of a website for different Emotions AI segments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AB Emotions AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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 } |