Activity Map
View key site metrics in an intuitive visual format.
Activity Map क्या है?
Activity Map Adobe Analytics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View key site metrics in an intuitive visual format."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Activity Map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |