Lightspeed - Speedtests for Working Remotely

Test and share your internet speed while working from home.

Lightspeed - Speedtests for Working Remotelyคืออะไร?

Lightspeed - Speedtests for Working Remotely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spencerxbrown และคุณลักษณะหลักของมันคือ "Test and share your internet speed while working from home."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightspeed - Speedtests for Working Remotely

ดาวน์โหลดไฟล์ส่วนขยาย Lightspeed - Speedtests for Working Remotely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple internet speedtests, built for working from home! 

Lightspeed helps you test your Wifi speed on demand and track its performance.

Features:

- Run speedtests on demand with a one click.
- Schedule periodic background tests to track your Wifi's performance throughout the day.
- Intuitive UI for running tests and analyzing the results.
- Easily share your results with your company's IT department to make debugging internet issues simple.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lightspeed - Speedtests for Working Remotely Lightspeed - Speedtests for Working Remotely
ID eicnooehhaolhmkhaanohnhhnifiplja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightspeed-speedtests-for/eicnooehhaolhmkhaanohnhhnifiplja
คำอธิบาย Test and share your internet speed while working from home.
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-11-12
วันที่เผยแพร่ 2020-10-18
ผู้พัฒนา spencerxbrown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightspeed - Speedtests for Working Remotely",
    "version": "0.0.3",
    "description": "Test and share your internet speed while working from home.",
    "permissions": [
        "alarms",
        "identity",
        "storage",
        "https:\/\/lightspeed-whiplash-web.herokuapp.com\/*",
        "https:\/\/identitytoolkit.googleapis.com\/v1\/*"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "speedtest-worker.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "281109008983-qtqcjs47kuoid9h6grjjebaijo90du7e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/lightspeed-whiplash-web.herokuapp.com\/ https:\/\/identitytoolkit.googleapis.com\/v1\/; object-src 'self'",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXYxp6a+\/QBilMkJrIJRVyEyZgzU1TxbI1TFUPw12T\/ACOduHvNdT8VxxEAljlmolVaUnqUZMc4sjn0nF3ai5b9RG9\/2S\/OoDh\/og9P4LjiBehoS8f3R6mbfiqTVYdtzkfH1lW6yB3Aon9wbZ1ckdiZtRt9jPfI9HWApCs14mlKVjHbZ9RVtfe3Kv\/i80aFNeH8n9c+FXI3ZLeGG9T9qhQPHvw5IjWo0Jrq97uPwuFjhwTWUJSWWF1q7nUwF\/K5EOAX2EVyiXugjc965LYObk7bpQK3ruvzUKbrmlp+yayRcg5RZokeb7CVFs5wxH2Hzq6WscIZallGhwPDLqyfNTQIDAQAB"
}