Acoustic Event Composer
Acoustic Event Composer
Acoustic Event Composer란 무엇입니까?
Acoustic Event Composer은(는) Tealeaf by Acoustic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Acoustic Event Composer"입니다.
확장 프로그램 스크린샷
Acoustic Event Composer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |