Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Apollo Tracing란 무엇입니까?

Apollo Tracing은(는) Igor Vieira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you visualize Apollo graphql tracing data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Apollo Tracing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
공식 URL https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
설명 An extension to help you visualize Apollo graphql tracing data
파일 크기 97.43 KB
설치 횟수 816
현재 버전 1.0.0
최근 업데이트 2022-06-03
출시 날짜 2020-01-20
평점 5.00/5 총 2 개의 평점
개발자 Igor Vieira
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/igorfv/graphql-monitor
도움말 페이지 URL https://github.com/igorfv/graphql-monitor/issues
지원되는 언어 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"
}