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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kasa Desktop
قم بتنزيل ملفات الامتداد Kasa Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة المساعدة | https://inchwest.com/kasa-extension/ |
عنوان صفحة سياسة الخصوصية | 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" } } } |