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文件
下載Activity Map擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |