Realtime Google Analytics Count in Tab
See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Realtime Google Analytics Count in Tab là gì?
Realtime Google Analytics Count in Tab là một tiện ích mở rộng Chrome được phát triển bởi haydenjameslee, và tính năng chính của nó là "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".
Tải xuống tệp CRX của tiện ích mở rộng Realtime Google Analytics Count in Tab
Tải xuống các tệp mở rộng Realtime Google Analytics Count in Tab 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
See the number of realtime users on your site in the tab of the realtime google analytics overview page. Shows the count in the tab so you don't have to actually view the realtime page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
URL Chính Thức | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Mô tả | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Kích Thước Tệp | 1.88 MB |
Số Lần Cài Đặt | 221 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-03-09 |
Ngày Phát Hành | 2016-03-09 |
Đánh Giá | 4.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | haydenjameslee |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/haydenjameslee |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtime Google Analytics Count in Tab", "description": "See the number of realtime users on your site in the tab of the realtime google analytics overview page.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/analytics\/*", "*:\/\/*.google.com\/analytics\/*" ], "js": [ "jquery.js", "script.js" ] } ] } |