Analytics Dashboard Extension

open the analytics dashboard from the roblox game/avatar page

Analytics Dashboard Extensionとは何ですか?

Analytics Dashboard Extensionはcaohaowenによって開発されたChromeの拡張機能で、その主な機能は「open the analytics dashboard from the roblox game/avatar page」です。

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

screenshot

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

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

拡張機能の使用方法

                        The extension is to help quickly navigate to the analytics page from the Roblox game page for the Roblox game developer.                    

拡張機能の基本情報

名前 Analytics Dashboard Extension Analytics Dashboard Extension
ID nmikgnelnemgjmlbhffcpfdjeepnnmad
公式URL https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad
説明 open the analytics dashboard from the roblox game/avatar page
ファイルサイズ 45.78 KB
インストール数 155
現在のバージョン 1.2
最終更新日 2023-09-23
公開日 2023-01-04
評価 5.00/5 合計 1 レビュー
開発者 caohaowen
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics Dashboard Extension",
    "description": "open the analytics dashboard from the roblox game\/avatar page",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}