Kasa Desktop
Control TP-Link plugs, bulbs and switches from desktop
What is Kasa Desktop?
Kasa Desktop is a Chrome extension developed by https://inchwest.com, and its main feature is "Control TP-Link plugs, bulbs and switches from desktop".
Extension Screenshots
Download Kasa Desktop Extension CRX File
Download Kasa Desktop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.
Extension Basic Information
Name | |
ID | fbpeahdjalcoilekhipheclpppnjeigl |
Official URL | https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl |
Description | Control TP-Link plugs, bulbs and switches from desktop |
File Size | 31.26 KB |
Installation Count | 1,079 |
Current Version | 1.1 |
Last Updated | 2022-05-03 |
Publish Date | 2022-05-03 |
Rating | 1.20/5 Total 10 Ratings |
Developer | https://inchwest.com |
[email protected] | |
Payment Type | free |
Extension Website | https://inchwest.com/kasa-extension/ |
Help Page URL | https://inchwest.com/kasa-extension/ |
Privacy Policy Page URL | https://inchwest.com/privacy.php |
Supported Languages | 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" } } } |