Acoustic Event Composer
Acoustic Event Composer
Τι είναι το Acoustic Event Composer;
Το Acoustic Event Composer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tealeaf by Acoustic, και η κύρια λειτουργία του είναι "Acoustic Event Composer".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Acoustic Event Composer
Λήψη αρχείων επέκτασης Acoustic Event Composer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Acoustic Event Composer |
ID | iohemnebcepeifiikoalakajenjpkgmh |
Επίσημο URL | https://chromewebstore.google.com/detail/acoustic-event-composer/iohemnebcepeifiikoalakajenjpkgmh |
Περιγραφή | Acoustic Event Composer |
Μέγεθος Αρχείου | 5.77 MB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 1.9.0 |
Τελευταία Ενημέρωση | 2023-10-18 |
Ημερομηνία Δημοσίευσης | 2023-05-04 |
Προγραμματιστής | Tealeaf by Acoustic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://acoustic.com/privacy-notice |
Υποστηριζόμενες Γλώσσες | 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": [ " |