GraphQL DevTools

Build an extremely useful tool to manage graphQL queries !

Cos'è GraphQL DevTools?

GraphQL DevTools è un'estensione di Chrome sviluppata da roger.lapin.dev, e la sua funzione principale è "Build an extremely useful tool to manage graphQL queries !".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GraphQL DevTools

Scarica i file di estensione GraphQL DevTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Build an extremely useful tool to manage graphQL queries for modern app ! 👌

➡️  Update February 2023: manifest v3 supported

*We are currently working on this tool to improve its functionalities, the slack integration is currently under development, you will be able to share some bug by slack to your team with one click soon* 

Enhance your graphQL experience in your devTools. It is suitable either for developers and product manager to quickly detect errors in your requests.

For each request you will be able to list queries by name, get sent variables and retrieved data.

Thank you for using it ! If you have any bug or feature requests, just send us an email and we will be glad to answer you 🎉                    

Informazioni di Base sull'Estensione

Nome GraphQL DevTools GraphQL DevTools
ID dodjbhafnhfdhknkhgjkgdegcmilckdp
URL Ufficiale https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp
Descrizione Build an extremely useful tool to manage graphQL queries !
Dimensione del File 521 KB
Conteggio Installazioni 2,753
Versione Corrente 0.0.8.1
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2020-12-17
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore roger.lapin.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rogerlapindev.github.io/graphql-extension/
URL della Pagina di Aiuto https://rogerlapindev.github.io/graphql-extension/slack-integration/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphQL DevTools",
    "description": "Build an extremely useful tool to manage graphQL queries !",
    "version": "0.0.8.1",
    "version_name": "0.0.8.1",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "clipboardWrite",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/master-popup.html"
    },
    "devtools_page": "panel\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}