Kasa Desktop

Control TP-Link plugs, bulbs and switches from desktop

Kasa Desktop là gì?

Kasa Desktop là một tiện ích mở rộng Chrome được phát triển bởi https://inchwest.com, và tính năng chính của nó là "Control TP-Link plugs, bulbs and switches from desktop".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kasa Desktop

Tải xuống các tệp mở rộng Kasa Desktop 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kasa Desktop Kasa Desktop
ID fbpeahdjalcoilekhipheclpppnjeigl
URL Chính Thức https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl
Mô tả Control TP-Link plugs, bulbs and switches from desktop
Kích Thước Tệp 31.26 KB
Số Lần Cài Đặt 1,079
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-05-03
Ngày Phát Hành 2022-05-03
Đánh Giá 1.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://inchwest.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inchwest.com/kasa-extension/
URL Trang Trợ Giúp https://inchwest.com/kasa-extension/
URL Trang Chính Sách Bảo Mật https://inchwest.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}