Acoustic Event Composer
Acoustic Event Composer
Acoustic Event Composer là gì?
Acoustic Event Composer là một tiện ích mở rộng Chrome được phát triển bởi Tealeaf by Acoustic, và tính năng chính của nó là "Acoustic Event Composer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Acoustic Event Composer
Tải xuống các tệp mở rộng Acoustic Event Composer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Acoustic Event Composer |
ID | iohemnebcepeifiikoalakajenjpkgmh |
URL Chính Thức | https://chromewebstore.google.com/detail/acoustic-event-composer/iohemnebcepeifiikoalakajenjpkgmh |
Mô tả | Acoustic Event Composer |
Kích Thước Tệp | 5.77 MB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 1.9.0 |
Cập Nhật Lần Cuối | 2023-10-18 |
Ngày Phát Hành | 2023-05-04 |
Nhà Phát Triển | Tealeaf by Acoustic |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://acoustic.com/privacy-notice |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |