TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
TrafficTicker là gì?
TrafficTicker là một tiện ích mở rộng Chrome được phát triển bởi https://trafficticker.com, và tính năng chính của nó là "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".
Ả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 TrafficTicker
Tải xuống các tệp mở rộng TrafficTicker 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
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. Never miss another traffic spike !! *** RECEIVE BROWSER PUSH NOTIFICATIONS AND CREATE ALERT POLICIES FOR REAL TIME TRAFFIC *** *** NO ANALYTICS DATA IS EVER STORED ON THE SERVER *** *** ALL OF YOUR TRAFFIC DATA IS STORED ON YOUR BROWSER ***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
URL Chính Thức | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
Mô tả | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
Kích Thước Tệp | 57.49 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2018-09-06 |
Ngày Phát Hành | 2018-09-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://trafficticker.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trafficticker.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrafficTicker", "short_name": "TrafficTicker", "version": "1.2.0", "author": "Kaushik Thirthappa", "manifest_version": 2, "description": "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.", "homepage_url": "https:\/\/trafficticker.com", "icons": { "16": "icons\/tt-19.png", "19": "icons\/tt-19.png", "48": "icons\/tt-48.png", "128": "icons\/tt-128.png" }, "default_locale": "en", "background": { "page": "src\/background.html", "persistent": true }, "browser_action": { "default_popup": "src\/popup.html" }, "permissions": [ "chrome:\/\/favicon\/", "storage", "notifications", "cookies" ] } |