Kasa Desktop

Control TP-Link plugs, bulbs and switches from desktop

Kasa Desktopคืออะไร?

Kasa Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inchwest.com และคุณลักษณะหลักของมันคือ "Control TP-Link plugs, bulbs and switches from desktop"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kasa Desktop

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

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

                        Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.                    

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

ชื่อ Kasa Desktop Kasa Desktop
ID fbpeahdjalcoilekhipheclpppnjeigl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl
คำอธิบาย Control TP-Link plugs, bulbs and switches from desktop
ขนาดไฟล์ 31.26 KB
จำนวนการติดตั้ง 1,079
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-05-03
วันที่เผยแพร่ 2022-05-03
คะแนน 1.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://inchwest.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inchwest.com/kasa-extension/
URL หน้าช่วยเหลือ https://inchwest.com/kasa-extension/
URL หน้านโยบายความเป็นส่วนตัว https://inchwest.com/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kasa Desktop",
    "description": "Control TP-Link plugs, bulbs and switches from desktop",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}