BrowserStack Utility

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

Cos'è BrowserStack Utility?

BrowserStack Utility è un'estensione di Chrome sviluppata da support, e la sua funzione principale è "This extension is being used to better understand and improve our internal infrastructure performance".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BrowserStack Utility

Scarica i file di estensione BrowserStack Utility in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BrowserStack Utility BrowserStack Utility
ID ojlnfacccaaiakddpakbigkgbfeiblne
URL Ufficiale https://chromewebstore.google.com/detail/browserstack-utility/ojlnfacccaaiakddpakbigkgbfeiblne
Descrizione This extension is being used to better understand and improve our internal infrastructure performance
Dimensione del File 29.45 KB
Conteggio Installazioni 74
Versione Corrente 1.1
Ultimo Aggiornamento 2020-07-23
Data di Pubblicazione 2020-07-23
Sviluppatore support
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.browserstack.com/privacy
Lingue Supportate 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"
    }
}