BrowserStack Utility

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

Co je BrowserStack Utility?

BrowserStack Utility je rozšíření Chrome vyvinuté support, a jeho hlavní funkcí je „This extension is being used to better understand and improve our internal infrastructure performance“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BrowserStack Utility

Stáhněte si soubory rozšíření BrowserStack Utility ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BrowserStack Utility BrowserStack Utility
ID ojlnfacccaaiakddpakbigkgbfeiblne
Oficiální URL https://chromewebstore.google.com/detail/browserstack-utility/ojlnfacccaaiakddpakbigkgbfeiblne
Popis This extension is being used to better understand and improve our internal infrastructure performance
Velikost souboru 29.45 KB
Počet instalací 74
Aktuální Verze 1.1
Poslední Aktualizace 2020-07-23
Datum Vydání 2020-07-23
Vývojář support
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.browserstack.com/privacy
Podporované Jazyky 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"
    }
}