BrowserStack Utility

This extension is being used to better understand and improve our internal infrastructure performance

What is BrowserStack Utility?

BrowserStack Utility is a Chrome extension developed by support, and its main feature is "This extension is being used to better understand and improve our internal infrastructure performance".

Extension Screenshots

screenshot

Download BrowserStack Utility Extension CRX File

Download BrowserStack Utility 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

                        This extension is being used to better understand and improve our internal infrastructure performance. Install this so that we can get instrument the time taken to load your websites.                    

Extension Basic Information

Name BrowserStack Utility BrowserStack Utility
ID ojlnfacccaaiakddpakbigkgbfeiblne
Official URL https://chromewebstore.google.com/detail/browserstack-utility/ojlnfacccaaiakddpakbigkgbfeiblne
Description This extension is being used to better understand and improve our internal infrastructure performance
File Size 29.45 KB
Installation Count 74
Current Version 1.1
Last Updated 2020-07-23
Publish Date 2020-07-23
Developer support
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.browserstack.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowserStack Utility",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension is being used to better understand and improve our internal infrastructure performance",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon22.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}