Activity Map
View key site metrics in an intuitive visual format.
Activity Map란 무엇입니까?
Activity Map은(는) Adobe Analytics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View key site metrics in an intuitive visual format."입니다.
확장 프로그램 스크린샷
Activity Map 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adobe Analytics ActivityMap See where visitors are interacting with your website! Increase engagement and conversion rates by optimizing your website content, in a visual and intuitive way. Understand where visitors are interacting with your website, where those visitors come from and where they are going. Real-time page analytics Do you need to make real-time decision on your content? Are you obsessed with improving your website design? Activity Map now offers minute granularity to understand link trends. Customer segmentation Do you market to different audiences? What is distracting visitors who reach the shopping cart but do not purchase? With Activity Map, you can create a multi-segment filter Full set of metrics Which links are involved in conversions? How much time are visitors spending on a specific link? Activity Map lets you use all your custom Adobe Analytics metrics
확장 프로그램 기본 정보
이름 | Activity Map |
ID | iegkaadihdhfjcllhcpkfjflfcfhoopf |
공식 URL | https://chromewebstore.google.com/detail/activity-map/iegkaadihdhfjcllhcpkfjflfcfhoopf |
설명 | View key site metrics in an intuitive visual format. |
파일 크기 | 21.22 KB |
설치 횟수 | 23,892 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-03-10 |
출시 날짜 | 2019-03-10 |
평점 | 2.81/5 총 26 개의 평점 |
개발자 | Adobe Analytics |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.adobe.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_idle", "js": [ "content.js" ] } ], "name": "Activity Map", "default_locale": "en", "description": "View key site metrics in an intuitive visual format.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/button_gray.png", "default_title": "Launch Activity Map" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |