Smart Connection
Screen Sharing By Wireless Display
Wat is Smart Connection?
Smart Connection is een Chrome-extensie ontwikkeld door AtomWu, en de belangrijkste functie is "Screen Sharing By Wireless Display".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Connection
Download Smart Connection-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
Smart Connection : Screen Sharing By Wireless Display.
Basisinformatie over de Extensie
Naam | |
ID | jdeffbcalgephoogkfbjdijifmdkcmkn |
Officiële URL | https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn |
Beschrijving | Screen Sharing By Wireless Display |
Bestandsgrootte | 146 KB |
Aantal Installaties | 764 |
Huidige Versie | 0.3.4 |
Laatst Bijgewerkt | 2018-05-10 |
Publicatiedatum | 2018-05-10 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | AtomWu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection", "description": "Screen Sharing By Wireless Display", "version": "0.3.4", "manifest_version": 2, "icons": { "48": "btn_sc_48x48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "btn_sc_nonshare_128.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |