AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
Hvad er AB Emotions AI?
AB Emotions AI er en Chrome-udvidelse udviklet af abtasty.com, og dens hovedfunktion er "Extension allowing to visualise the different variations of a website for different Emotions AI segments".
Udvidelsesskærmbilleder
Download AB Emotions AI-udvidelses-CRX-fil
Download AB Emotions AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AB Emotions AI |
ID | dabbkpndimencgjjmeajjdpjlcigaoog |
Officiel URL | https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog |
Beskrivelse | Extension allowing to visualise the different variations of a website for different Emotions AI segments |
Filstørrelse | 40.08 KB |
Antal Installationer | 75 |
Nuværende Version | 3.2 |
Senest Opdateret | 2023-07-13 |
Udgivelsesdato | 2023-07-13 |
Udvikler | abtasty.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.abtasty.com/ |
Hjælpeside-URL | https://www.abtasty.com/contact/ |
URL til Fortrolighedspolitik Side | https://www.abtasty.com/privacy-policy |
Understøttede Sprog | 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 } |