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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 ***                    

扩展基本信息

名称 TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
官方URL 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"
    ]
}