Activity Map

View key site metrics in an intuitive visual format.

Activity Mapคืออะไร?

Activity Map เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adobe Analytics และคุณลักษณะหลักของมันคือ "View key site metrics in an intuitive visual format."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Activity Map

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}