527轻会议屏幕共享录制
527轻会议屏幕共享录制插件
Cos'è 527轻会议屏幕共享录制?
527轻会议屏幕共享录制 è un'estensione di Chrome sviluppata da 527轻会议, e la sua funzione principale è "527轻会议屏幕共享录制插件".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 527轻会议屏幕共享录制
Scarica i file di estensione 527轻会议屏幕共享录制 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
本插件是用来让浏览器能实现屏幕共享的功能。在使用527轻会议这个软件网络视频会议系统的时候,使用屏幕共享时会检测浏览器是否安装该插件。只有安装该插件才能使用屏幕共享的功能。 Informazioni di Base sull'Estensione
| Nome | |
| ID | naijpeldcikfocdlfdikbfcmodepmpne |
| URL Ufficiale | https://chromewebstore.google.com/detail/527%E8%BD%BB%E4%BC%9A%E8%AE%AE%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB%E5%BD%95%E5%88%B6/naijpeldcikfocdlfdikbfcmodepmpne |
| Descrizione | 527轻会议屏幕共享录制插件 |
| Dimensione del File | 8.78 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-03-19 |
| Data di Pubblicazione | 2016-03-17 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | 527轻会议 |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"description": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236\u63d2\u4ef6",
"icons": {
"48": "icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236",
"permissions": [
"desktopCapture"
],
"short_name": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236",
"version": "1.0.0"
} | |