Analytics Dashboard Extension

open the analytics dashboard from the roblox game/avatar page

Qu'est-ce que Analytics Dashboard Extension ?

Analytics Dashboard Extension est une extension Chrome développée par caohaowen, et sa fonction principale est "open the analytics dashboard from the roblox game/avatar page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Analytics Dashboard Extension

Téléchargez les fichiers d'extension Analytics Dashboard Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Analytics Dashboard Extension Analytics Dashboard Extension
ID nmikgnelnemgjmlbhffcpfdjeepnnmad
URL Officiel https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad
Description open the analytics dashboard from the roblox game/avatar page
Taille du Fichier 45.78 KB
Nombre d'Installations 155
Version Actuelle 1.2
Dernière Mise à Jour 2023-09-23
Date de Publication 2023-01-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur caohaowen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}