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
Eメール [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"
    ]
}