BrowserStack Utility
This extension is being used to better understand and improve our internal infrastructure performance
BrowserStack Utility là gì?
BrowserStack Utility là một tiện ích mở rộng Chrome được phát triển bởi support, và tính năng chính của nó là "This extension is being used to better understand and improve our internal infrastructure performance".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BrowserStack Utility
Tải xuống các tệp mở rộng BrowserStack Utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrowserStack Utility |
ID | ojlnfacccaaiakddpakbigkgbfeiblne |
URL Chính Thức | https://chromewebstore.google.com/detail/browserstack-utility/ojlnfacccaaiakddpakbigkgbfeiblne |
Mô tả | This extension is being used to better understand and improve our internal infrastructure performance |
Kích Thước Tệp | 29.45 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-07-23 |
Ngày Phát Hành | 2020-07-23 |
Nhà Phát Triển | support |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.browserstack.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |