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 |
电子邮箱 | [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" } } |