JProfiler Origin Tracker

Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfiler

JProfiler Origin Tracker란 무엇입니까?

JProfiler Origin Tracker은(는) https://ej-technologies.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfiler"입니다.

확장 프로그램 스크린샷

screenshot

JProfiler Origin Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JProfiler is an all-purpose profiler for the Java virtual machine (JVM). As part of its CPU profiling capabilities, JProfiler can track execution from JavaScript code in the browser to a JVM that is handling XHR or fetch requests. 

The call tree will be split for each separate JavaScript stack trace at the time of the XHR request and the full stack trace is available in the node detail dialog. A dedicated "JavaScript XHR" view shows the JavaScript call tree of all XHR calls that were handled in the profiled backend together with hyperlinks that take you to the execution site.

The extension adds a button to the toolbar for starting and stopping the XHR tracking.                    

확장 프로그램 기본 정보

이름 JProfiler Origin Tracker JProfiler Origin Tracker
ID mnicmpklpjkhohdbcdkflhochdfnmmbm
공식 URL https://chromewebstore.google.com/detail/jprofiler-origin-tracker/mnicmpklpjkhohdbcdkflhochdfnmmbm
설명 Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfiler
파일 크기 23.91 KB
설치 횟수 925
현재 버전 1.1
최근 업데이트 2024-01-10
출시 날짜 2019-04-06
평점 3.00/5 총 4 개의 평점
개발자 https://ej-technologies.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ej-technologies.com/products/jprofiler/overview.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JProfiler Origin Tracker",
    "description": "Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfiler",
    "version": "1.1",
    "icons": {
        "48": "images\/jprofiler48.png",
        "128": "images\/jprofiler128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsNiczhHRyreW1FCC0LoJKryK1lgDjheHbzfkcEDjKTCqG\/M0H4DglZYKwTjpcwI\/wSErGR73wFWnRZvoGWzhzCp3swx25ahKHtfNCT\/B3TvOWlpsQ5gCc0fvopFAELoO5tc556ItljhVplgADINvNP\/zASZ2BNenqUXwkSuyVCkmslFMJOqHOU7m5epK503aSbroNEqJvP6j1ccMXYWhp4NSscDajXYWrWa981oWOW0sf\/lpkxiPNBrPTL0SX4SeHR+g7ZRrS+UJ453TEhmP3PakKEJ\/usL0M291dx5qv\/SfKBqE2GqJBVANczDXtGKIQUNJKhKmUlznPtrFjX3\/vwIDAQAB",
    "action": {
        "default_icon": {
            "19": "images\/jprofiler19.png",
            "38": "images\/jprofiler38.png"
        },
        "default_title": "JProfiler Origin Recording"
    },
    "minimum_chrome_version": "105"
}