Analytics Tracker
Extends the Developer Tools, adding tools for tracking the data logged to google analytics
Analytics Tracker क्या है?
Analytics Tracker Kunjan Thakkar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding tools for tracking the data logged to google analytics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Analytics Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to track the data that your webpage is logging to the analytics server based on your activity. Analytics Tracker is a devtool and will be available in the developer tools after installation. It adds a new tab in the developer tools by the name 'Google Analytics'. You can view it by More tools -> Developer Tools from the Chrome Menu. Hit the Start recording button to start tracking the analytics data. You can now start browsing/using the website generally and it will show you all the data that the site is logging via analytics. You can stop/restart/clear this data at any point. This extension can also be used by developers to validate if they have covered all checkpoints for logging data to analytics and test out the logging as a user.
एक्सटेंशन की मूल जानकारी
नाम | Analytics Tracker |
ID | eadbjpepaobdbloeenghnbeejhbidcpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/analytics-tracker/eadbjpepaobdbloeenghnbeejhbidcpa |
विवरण | Extends the Developer Tools, adding tools for tracking the data logged to google analytics |
फ़ाइल का आकार | 180 KB |
स्थापना संख्या | 2,347 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-10-04 |
प्रकाशन तिथि | 2016-10-04 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kunjan Thakkar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sites.google.com/site/analyticstrackerdevtool/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analytics Tracker", "version": "1.0.1", "description": "Extends the Developer Tools, adding tools for tracking the data logged to google analytics", "devtools_page": "devtools.html", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "iconDev.png" }, "permissions": [ "webRequest", "*:\/\/*\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "25.0.1364.97" } |