JavaScript Profiler

JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX

JavaScript Profiler क्या है?

JavaScript Profiler Germain UX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX"।

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

screenshot

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

crx प्रारूप में JavaScript Profiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features: 
- Analyze JavaScript execution, in real-time, 24x7
- Correlate JavaScript calls with Application Back-end Code (e.g Java, C#, Python, Php, etc), Database SQL, Integration, etc
- All the above metrics can viewed on Germain UX dashboard (onPremise or cloud instance: https://germainux.com/cloud-login)
- Automate Task (Alert, Data Update, Service Restart, Reporting, etc)
- For all your users or a targeted user

Benefits:
- Identify whether a User Experience issue is caused by slow or failing JavaScript, browser, network, infrastructure, application, database, and deep dive within the code (JS or backend), in real-time, 24x7                    

एक्सटेंशन की मूल जानकारी

नाम JavaScript Profiler JavaScript Profiler
ID cjffkpkljodmdajjbkcjeflmmhnackij
आधिकारिक URL https://chromewebstore.google.com/detail/javascript-profiler/cjffkpkljodmdajjbkcjeflmmhnackij
विवरण JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX
फ़ाइल का आकार 21.41 KB
स्थापना संख्या 856
वर्तमान संस्करण 2022.3.2
अंतिम अपडेट 2023-08-15
प्रकाशन तिथि 2020-12-07
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर Germain UX
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://germainux.com
सहायता पृष्ठ URL https://docs.germainux.com/main/javascript-profiling
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JavaScript Profiler",
    "version": "2022.3.2",
    "homepage_url": "https:\/\/germainux.com",
    "description": "JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX",
    "icons": {
        "64": "icons\/normal.png"
    },
    "web_accessible_resources": [
        "icons\/normal.png"
    ],
    "browser_action": {
        "default_title": "JavaScript Profiler",
        "default_icon": "icons\/normal.png"
    },
    "offline_enabled": true,
    "permissions": [
        "",
        "debugger"
    ],
    "background": {
        "scripts": [
            "vendor.js",
            "libs\/browser-polyfill.min.js",
            "background\/install.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "vendor.js",
                "libs\/browser-polyfill.min.js",
                "content\/main.js",
                "content\/jsProfiler.js"
            ]
        }
    ]
}