263视频会议桌面共享插件
Enables screen sharing with Net263 Video Conference
Cos'è 263视频会议桌面共享插件?
263视频会议桌面共享插件 è un'estensione di Chrome sviluppata da 263desktopplugin, e la sua funzione principale è "Enables screen sharing with Net263 Video Conference".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 263视频会议桌面共享插件
Scarica i file di estensione 263视频会议桌面共享插件 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
263视频会议共享插件,视频会议共享桌面、共享程序时使用。 共享前,请先安装本插件至chrome或chrome内核的浏览器的“扩展程序”中。
Informazioni di Base sull'Estensione
Nome | 263视频会议桌面共享插件 |
ID | pcgjcnangaijgmfgjeidjnbiiaolhgff |
URL Ufficiale | https://chromewebstore.google.com/detail/263%E8%A7%86%E9%A2%91%E4%BC%9A%E8%AE%AE%E6%A1%8C%E9%9D%A2%E5%85%B1%E4%BA%AB%E6%8F%92%E4%BB%B6/pcgjcnangaijgmfgjeidjnbiiaolhgff |
Descrizione | Enables screen sharing with Net263 Video Conference |
Dimensione del File | 2.14 MB |
Conteggio Installazioni | 73 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2016-12-01 |
Data di Pubblicazione | 2016-11-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 263desktopplugin |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Enables screen sharing with Net263 Video Conference", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "263\u89c6\u9891\u4f1a\u8bae\u684c\u9762\u5171\u4eab\u63d2\u4ef6", "options_page": "options.html", "permissions": [ "desktopCapture", "https:\/\/*\/*", "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |