MultiPlug Discovery
This extension discovers MultiPlug instances on the current network.
Wat is MultiPlug Discovery?
MultiPlug Discovery is een Chrome-extensie ontwikkeld door British Systems, en de belangrijkste functie is "This extension discovers MultiPlug instances on the current network.".
Extensie Screenshots
Download het CRX-bestand van de extensie MultiPlug Discovery
Download MultiPlug Discovery-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
This extension requires the 'SSDP Provider' App to work. https://chrome.google.com/webstore/detail/ssdp-provider/pfdiljjcookjofjbjnbnkgfnfmnoljmk Basisinformatie over de Extensie
| Naam | |
| ID | ieiilgpefgcofngfobgjineehgjghleg |
| Officiële URL | https://chromewebstore.google.com/detail/multiplug-discovery/ieiilgpefgcofngfobgjineehgjghleg |
| Beschrijving | This extension discovers MultiPlug instances on the current network. |
| Bestandsgrootte | 54.22 KB |
| Aantal Installaties | 81 |
| Huidige Versie | 1.0.0.4 |
| Laatst Bijgewerkt | 2018-01-18 |
| Publicatiedatum | 2018-01-18 |
| Ontwikkelaar | British Systems |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/"
]
} | |