Kasa Desktop
Control TP-Link plugs, bulbs and switches from desktop
Wat is Kasa Desktop?
Kasa Desktop is een Chrome-extensie ontwikkeld door https://inchwest.com, en de belangrijkste functie is "Control TP-Link plugs, bulbs and switches from desktop".
Extensie Screenshots
Download het CRX-bestand van de extensie Kasa Desktop
Download Kasa Desktop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.
Basisinformatie over de Extensie
Naam | |
ID | fbpeahdjalcoilekhipheclpppnjeigl |
Officiële URL | https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl |
Beschrijving | Control TP-Link plugs, bulbs and switches from desktop |
Bestandsgrootte | 31.26 KB |
Aantal Installaties | 1,079 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-05-03 |
Publicatiedatum | 2022-05-03 |
Beoordeling | 1.20/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://inchwest.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://inchwest.com/kasa-extension/ |
Help Pagina-URL | https://inchwest.com/kasa-extension/ |
URL van de Privacybeleid Pagina | https://inchwest.com/privacy.php |
Ondersteunde Talen | 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" } } } |