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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tracks XHR and fetch requests to your profiled Java app and shows JavaScript stack traces as origins within JProfiler"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JProfiler Origin Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}