Kasa Desktop

Control TP-Link plugs, bulbs and switches from desktop

Hvad er Kasa Desktop?

Kasa Desktop er en Chrome-udvidelse udviklet af https://inchwest.com, og dens hovedfunktion er "Control TP-Link plugs, bulbs and switches from desktop".

Udvidelsesskærmbilleder

screenshot

Download Kasa Desktop-udvidelses-CRX-fil

Download Kasa Desktop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Kasa Desktop Kasa Desktop
ID fbpeahdjalcoilekhipheclpppnjeigl
Officiel URL https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl
Beskrivelse Control TP-Link plugs, bulbs and switches from desktop
Filstørrelse 31.26 KB
Antal Installationer 1,079
Nuværende Version 1.1
Senest Opdateret 2022-05-03
Udgivelsesdato 2022-05-03
Bedømmelse 1.20/5 Samlet 10 Bedømmelser
Udvikler https://inchwest.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://inchwest.com/kasa-extension/
Hjælpeside-URL https://inchwest.com/kasa-extension/
URL til Fortrolighedspolitik Side https://inchwest.com/privacy.php
Understøttede Sprog 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"
        }
    }
}