Analytics Tracker

Extends the Developer Tools, adding tools for tracking the data logged to google analytics

Analytics Trackerとは何ですか?

Analytics TrackerはKunjan Thakkarによって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, adding tools for tracking the data logged to google analytics」です。

拡張機能のスクリーンショット

screenshot
screenshot

Analytics Tracker拡張機能のCRXファイルをダウンロード

Analytics Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to track the data that your webpage is logging to the analytics server based on your activity. Analytics Tracker is a devtool and will be available in the developer tools after installation. It adds a new tab in the developer tools by the name 'Google Analytics'. You can view it by More tools -> Developer Tools from the Chrome Menu. Hit the Start recording button to start tracking the analytics data. You can now start browsing/using the website generally and it will show you all the data that the site is logging via analytics. You can stop/restart/clear this data at any point. 
This extension can also be used by developers to validate if they have covered all checkpoints for logging data to analytics and test out the logging as a user.                    

拡張機能の基本情報

名前 Analytics Tracker Analytics Tracker
ID eadbjpepaobdbloeenghnbeejhbidcpa
公式URL https://chromewebstore.google.com/detail/analytics-tracker/eadbjpepaobdbloeenghnbeejhbidcpa
説明 Extends the Developer Tools, adding tools for tracking the data logged to google analytics
ファイルサイズ 180 KB
インストール数 2,347
現在のバージョン 1.0.1
最終更新日 2016-10-04
公開日 2016-10-04
評価 3.00/5 合計 1 レビュー
開発者 Kunjan Thakkar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/site/analyticstrackerdevtool/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics Tracker",
    "version": "1.0.1",
    "description": "Extends the Developer Tools, adding tools for tracking the data logged to google analytics",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "iconDev.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "25.0.1364.97"
}