Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Vad är Apollo Tracing?

Apollo Tracing är en Chrome-tillägg utvecklad av Igor Vieira, och dess huvudfunktion är "An extension to help you visualize Apollo graphql tracing data".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Apollo Tracing-förlängningens CRX-fil

Ladda ner Apollo Tracing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
Officiell webbadress https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Beskrivning An extension to help you visualize Apollo graphql tracing data
Filstorlek 97.43 KB
Antal Installationer 816
Aktuell Version 1.0.0
Senast Uppdaterad 2022-06-03
Publiceringsdatum 2020-01-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Igor Vieira
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/igorfv/graphql-monitor
Hjälpsida URL https://github.com/igorfv/graphql-monitor/issues
Stödda Språk 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"
}