Acoustic Event Composer
Acoustic Event Composer
Hvad er Acoustic Event Composer?
Acoustic Event Composer er en Chrome-udvidelse udviklet af Tealeaf by Acoustic, og dens hovedfunktion er "Acoustic Event Composer".
Udvidelsesskærmbilleder
Download Acoustic Event Composer-udvidelses-CRX-fil
Download Acoustic Event Composer-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
With the Event Composer extension, you can create events in real-time using HTML elements for analysis in Experience Analytics (Tealeaf). Our extension allows existing Tealeaf subscribers to create events using the existing HTML elements on the current page they are visiting, by collecting a set of specific HTML attributes and store them as metadata so they can be used via Tealeaf to provide insights into how different customer segments interact with the page and identify usability and user experience struggles.
Grundlæggende oplysninger om udvidelsen
Navn | Acoustic Event Composer |
ID | iohemnebcepeifiikoalakajenjpkgmh |
Officiel URL | https://chromewebstore.google.com/detail/acoustic-event-composer/iohemnebcepeifiikoalakajenjpkgmh |
Beskrivelse | Acoustic Event Composer |
Filstørrelse | 5.77 MB |
Antal Installationer | 57 |
Nuværende Version | 1.9.0 |
Senest Opdateret | 2023-10-18 |
Udgivelsesdato | 2023-05-04 |
Udvikler | Tealeaf by Acoustic |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://acoustic.com/privacy-notice |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Acoustic Event Composer", "version": "1.9.0", "description": "Acoustic Event Composer", "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "storage", "activeTab", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "popup.html", "default_icon": "\/images\/logo.png" }, "content_scripts": [ { "matches": [ " |