Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Was ist Apollo Tracing?

Apollo Tracing ist eine Chrome-Erweiterung, die von Igor Vieira entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help you visualize Apollo graphql tracing data".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Apollo Tracing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Apollo Tracing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
Offizielle URL https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Beschreibung An extension to help you visualize Apollo graphql tracing data
Dateigröße 97.43 KB
Installationsanzahl 816
Aktuelle Version 1.0.0
Letztes Update 2022-06-03
Veröffentlichungsdatum 2020-01-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Igor Vieira
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/igorfv/graphql-monitor
Hilfeseite URL https://github.com/igorfv/graphql-monitor/issues
Unterstützte Sprachen 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"
}