Analytics Dashboard Extension
open the analytics dashboard from the roblox game/avatar page
What is Analytics Dashboard Extension?
Analytics Dashboard Extension is a Chrome extension developed by caohaowen, and its main feature is "open the analytics dashboard from the roblox game/avatar page".
Extension Screenshots
Download Analytics Dashboard Extension Extension CRX File
Download Analytics Dashboard Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension is to help quickly navigate to the analytics page from the Roblox game page for the Roblox game developer.
Extension Basic Information
Name | Analytics Dashboard Extension |
ID | nmikgnelnemgjmlbhffcpfdjeepnnmad |
Official URL | https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad |
Description | open the analytics dashboard from the roblox game/avatar page |
File Size | 45.78 KB |
Installation Count | 155 |
Current Version | 1.2 |
Last Updated | 2023-09-23 |
Publish Date | 2023-01-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | caohaowen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |