Analytics Percentage Highlighter

This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.

Analytics Percentage Highlighterとは何ですか?

Analytics Percentage Highlighterはhttps://beamusup.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows automatically highlights positive and negative percentage differences in Google Analytics 4 (GA4 only) when comparing 2 time periods. 

Goto options and it also allows you to add different percentages and colours if you want. So for example if you only want -0% to -10% to be yellow and anything lower than -10% to be red you can do it.

This extension should help you analyse your data quicker. Give it a try!                    

拡張機能の基本情報

名前 Analytics Percentage Highlighter Analytics Percentage Highlighter
ID jakndcfkahdiighicdljidlhdabnafgl
公式URL https://chromewebstore.google.com/detail/analytics-percentage-high/jakndcfkahdiighicdljidlhdabnafgl
説明 This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.
ファイルサイズ 19.88 KB
インストール数 265
現在のバージョン 1.1
最終更新日 2023-11-11
公開日 2013-07-25
評価 5.00/5 合計 2 レビュー
開発者 https://beamusup.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://beamusup.com/tools/google-analytics-percentage-highlighter/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Analytics Percentage Highlighter",
    "description": "This extension allows automatically highlights positive and negative percentage differences in GA4 when comparing 2 time periods.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Show settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}