MultiPlug Discovery
This extension discovers MultiPlug instances on the current network.
MultiPlug Discoveryคืออะไร?
MultiPlug Discovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย British Systems และคุณลักษณะหลักของมันคือ "This extension discovers MultiPlug instances on the current network."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiPlug Discovery
ดาวน์โหลดไฟล์ส่วนขยาย MultiPlug Discovery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension requires the 'SSDP Provider' App to work. https://chrome.google.com/webstore/detail/ssdp-provider/pfdiljjcookjofjbjnbnkgfnfmnoljmk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MultiPlug Discovery |
ID | ieiilgpefgcofngfobgjineehgjghleg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multiplug-discovery/ieiilgpefgcofngfobgjineehgjghleg |
คำอธิบาย | This extension discovers MultiPlug instances on the current network. |
ขนาดไฟล์ | 54.22 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 1.0.0.4 |
อัปเดตครั้งล่าสุด | 2018-01-18 |
วันที่เผยแพร่ | 2018-01-18 |
ผู้พัฒนา | British Systems |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiPlug Discovery", "short_name": "MultiPlug", "description": "This extension discovers MultiPlug instances on the current network.", "version": "1.0.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |