Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Qu'est-ce que Apollo Tracing ?

Apollo Tracing est une extension Chrome développée par Igor Vieira, et sa fonction principale est "An extension to help you visualize Apollo graphql tracing data".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Apollo Tracing

Téléchargez les fichiers d'extension Apollo Tracing 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

                        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.                    

Informations de Base sur l'Extension

Nom Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
URL Officiel https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Description An extension to help you visualize Apollo graphql tracing data
Taille du Fichier 97.43 KB
Nombre d'Installations 816
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-06-03
Date de Publication 2020-01-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Igor Vieira
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/igorfv/graphql-monitor
URL de la Page d'Aide https://github.com/igorfv/graphql-monitor/issues
Langues Prises en Charge 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"
}