Analytics Tracker
Extends the Developer Tools, adding tools for tracking the data logged to google analytics
Analytics Tracker là gì?
Analytics Tracker là một tiện ích mở rộng Chrome được phát triển bởi Kunjan Thakkar, và tính năng chính của nó là "Extends the Developer Tools, adding tools for tracking the data logged to google analytics".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Analytics Tracker
Tải xuống các tệp mở rộng Analytics Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Analytics Tracker |
ID | eadbjpepaobdbloeenghnbeejhbidcpa |
URL Chính Thức | https://chromewebstore.google.com/detail/analytics-tracker/eadbjpepaobdbloeenghnbeejhbidcpa |
Mô tả | Extends the Developer Tools, adding tools for tracking the data logged to google analytics |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 2,347 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-10-04 |
Ngày Phát Hành | 2016-10-04 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kunjan Thakkar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/site/analyticstrackerdevtool/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |