Analytics Dashboard Extension

open the analytics dashboard from the roblox game/avatar page

O que é Analytics Dashboard Extension?

Analytics Dashboard Extension é uma extensão do Chrome desenvolvida por caohaowen, e sua principal característica é "open the analytics dashboard from the roblox game/avatar page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Analytics Dashboard Extension

Baixe arquivos de extensão Analytics Dashboard Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Analytics Dashboard Extension Analytics Dashboard Extension
ID nmikgnelnemgjmlbhffcpfdjeepnnmad
URL Oficial https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad
Descrição open the analytics dashboard from the roblox game/avatar page
Tamanho do Arquivo 45.78 KB
Contagem de Instalações 155
Versão Atual 1.2
Última Atualização 2023-09-23
Data de Publicação 2023-01-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor caohaowen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}