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": [ " |