BrowserStack Utility

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

Что такое BrowserStack Utility?

BrowserStack Utility - это расширение Chrome, разработанное support, и его основная функция - "This extension is being used to better understand and improve our internal infrastructure performance".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BrowserStack Utility

Скачайте файлы расширений BrowserStack Utility в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название BrowserStack Utility BrowserStack Utility
ID ojlnfacccaaiakddpakbigkgbfeiblne
Официальный URL https://chromewebstore.google.com/detail/browserstack-utility/ojlnfacccaaiakddpakbigkgbfeiblne
Описание This extension is being used to better understand and improve our internal infrastructure performance
Размер файла 29.45 KB
Количество установок 74
Текущая Версия 1.1
Последнее Обновление 2020-07-23
Дата публикации 2020-07-23
Разработчик support
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.browserstack.com/privacy
Поддерживаемые языки 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"
    }
}