AB Emotions AI
Extension allowing to visualise the different variations of a website for different Emotions AI segments
Vad är AB Emotions AI?
AB Emotions AI är en Chrome-tillägg utvecklad av abtasty.com, och dess huvudfunktion är "Extension allowing to visualise the different variations of a website for different Emotions AI segments".
Tilläggsskärmbilder
Ladda ner AB Emotions AI-förlängningens CRX-fil
Ladda ner AB Emotions AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | AB Emotions AI |
ID | dabbkpndimencgjjmeajjdpjlcigaoog |
Officiell webbadress | https://chromewebstore.google.com/detail/ab-emotions-ai/dabbkpndimencgjjmeajjdpjlcigaoog |
Beskrivning | Extension allowing to visualise the different variations of a website for different Emotions AI segments |
Filstorlek | 40.08 KB |
Antal Installationer | 75 |
Aktuell Version | 3.2 |
Senast Uppdaterad | 2023-07-13 |
Publiceringsdatum | 2023-07-13 |
Utvecklare | abtasty.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.abtasty.com/ |
Hjälpsida URL | https://www.abtasty.com/contact/ |
URL till Sekretesspolicy Sidan | https://www.abtasty.com/privacy-policy |
Stödda Språk | 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 } |