JavaScript Profiler

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

What is JavaScript Profiler?

JavaScript Profiler is a Chrome extension developed by Germain UX, and its main feature is "JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX".

Extension Screenshots

screenshot

Download JavaScript Profiler Extension CRX File

Download JavaScript Profiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name JavaScript Profiler JavaScript Profiler
ID cjffkpkljodmdajjbkcjeflmmhnackij
Official URL https://chromewebstore.google.com/detail/javascript-profiler/cjffkpkljodmdajjbkcjeflmmhnackij
Description JavaScript Code Execution Analysis, real-time, 24x7. Provided by Germain UX
File Size 21.41 KB
Installation Count 856
Current Version 2022.3.2
Last Updated 2023-08-15
Publish Date 2020-12-07
Rating 4.11/5 Total 9 Ratings
Developer Germain UX
Email [email protected]
Payment Type free
Extension Website https://germainux.com
Help Page URL https://docs.germainux.com/main/javascript-profiling
Supported Languages 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"
            ]
        }
    ]
}