TrafficTicker

TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.

Apa itu TrafficTicker?

TrafficTicker adalah ekstensi Chrome yang dikembangkan oleh https://trafficticker.com, dan fitur utamanya adalah "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TrafficTicker

Unduh file ekstensi TrafficTicker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TrafficTicker TrafficTicker
ID edlglbojmlgdelhblelgjelpmiplgjjk
URL Resmi https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk
Deskripsi TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
Ukuran File 57.49 KB
Jumlah Instalasi 234
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2018-09-06
Tanggal Publikasi 2018-09-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://trafficticker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://trafficticker.com
Bahasa yang Didukung 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"
    ]
}