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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |