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"
    }
}