TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
什麼是TrafficTicker?
TrafficTicker是由https://trafficticker.com開發的Chrome擴展程式,該擴展的主要功能是“TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.”。
擴展截圖
下載TrafficTicker擴展crx文件
下載TrafficTicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 ***
擴展基本資訊
名稱 | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
官方網址 | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
簡介 | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
檔案大小 | 57.49 KB |
安裝次數 | 234 |
目前版本 | 1.2.0 |
更新時間 | 2018-09-06 |
上架時間 | 2018-09-06 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://trafficticker.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://trafficticker.com |
支援的語言 | 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" ] } |