BrowserStack Utility

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

什麼是BrowserStack Utility?

BrowserStack Utility是由support開發的Chrome擴展程式,該擴展的主要功能是“This extension is being used to better understand and improve our internal infrastructure performance”。

擴展截圖

screenshot

下載BrowserStack Utility擴展crx文件

下載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
官方網址 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"
    }
}