Google Analytics and Segment Helper by VICE
The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!
Google Analytics and Segment Helper by VICE क्या है?
Google Analytics and Segment Helper by VICE VICE Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Analytics and Segment Helper by VICE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Developed as part of VICE Tech Hack Week, this extension analyzes Google Analytics and Segment analytics calls and displays them in an intuitive user interface in real time. Features include: -AMP Page Support -Track Google Analytics Page View and Event calls -Track Segment Page, Identity, and Track calls -Update your own custom dimension, custom metric, and content group labels -Count the number of analytics calls while you navigate the page in real time -Pop the extension out into its own window -Preserve Analytics Logs across pages Additional Links Our Medium Post - https://rebrand.ly/troubae824 Our Open Source Project - https://rebrand.ly/pagencfc92 Submitting Bugs, Comments, Suggestions - https://rebrand.ly/gadeb3ec4a
एक्सटेंशन की मूल जानकारी
नाम | Google Analytics and Segment Helper by VICE |
ID | ppknjgihbmfcdmgdenblfomidfomhclp |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp |
विवरण | The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console! |
फ़ाइल का आकार | 208 KB |
स्थापना संख्या | 363 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2020-03-21 |
प्रकाशन तिथि | 2020-03-20 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | VICE Tech |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.vice.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics and Segment Helper by VICE", "short_name": "Google Analytics and Segment Helper", "version": "2.1.0", "description": "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!", "manifest_version": 2, "author": "George Jeng - VICE TECH", "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": "images\/grey_icon.png" }, "permissions": [ "storage", "tabs", "webRequest", "*:\/\/*\/*" ], "options_page": "options.html" } |