Analytics Dashboard Extension

open the analytics dashboard from the roblox game/avatar page

Wat is Analytics Dashboard Extension?

Analytics Dashboard Extension is een Chrome-extensie ontwikkeld door caohaowen, en de belangrijkste functie is "open the analytics dashboard from the roblox game/avatar page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Analytics Dashboard Extension

Download Analytics Dashboard Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Analytics Dashboard Extension Analytics Dashboard Extension
ID nmikgnelnemgjmlbhffcpfdjeepnnmad
Officiële URL https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad
Beschrijving open the analytics dashboard from the roblox game/avatar page
Bestandsgrootte 45.78 KB
Aantal Installaties 155
Huidige Versie 1.2
Laatst Bijgewerkt 2023-09-23
Publicatiedatum 2023-01-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar caohaowen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}