Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

O que é Apollo Tracing?

Apollo Tracing é uma extensão do Chrome desenvolvida por Igor Vieira, e sua principal característica é "An extension to help you visualize Apollo graphql tracing data".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Apollo Tracing

Baixe arquivos de extensão Apollo Tracing 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

                        This is a tool to visualize Apollo GraphQL's tracing data on the browser.
It checks for the requests that have the tracing data and lists it on the left side, when one is selected it will display the data on the right section.

If you're writing the GraphQL server:
* It's an alternative way to check for performance issues that doesn't require you sending the data to a server to be able to check it.

If you're writing a client that uses the GraphQL server data:
* It helps you understand all calls and times that happens on the server, the data will help you split or merge queries in a more efficient way.                    

Informações Básicas da Extensão

Nome Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
URL Oficial https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Descrição An extension to help you visualize Apollo graphql tracing data
Tamanho do Arquivo 97.43 KB
Contagem de Instalações 816
Versão Atual 1.0.0
Última Atualização 2022-06-03
Data de Publicação 2020-01-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Igor Vieira
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/igorfv/graphql-monitor
URL da Página de Ajuda https://github.com/igorfv/graphql-monitor/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apollo Tracing",
    "description": "An extension to help you visualize Apollo graphql tracing data",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "version": "1.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'",
    "devtools_page": "index.html"
}