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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | nmikgnelnemgjmlbhffcpfdjeepnnmad |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |