鹏云视频会议屏幕共享扩展
提供鹏云视频会议的屏幕共享功能
Cos'è 鹏云视频会议屏幕共享扩展?
鹏云视频会议屏幕共享扩展 è un'estensione di Chrome sviluppata da cloudp.cc, e la sua funzione principale è "提供鹏云视频会议的屏幕共享功能".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 鹏云视频会议屏幕共享扩展
Scarica i file di estensione 鹏云视频会议屏幕共享扩展 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
为Chrome浏览器提供鹏云视频会议的屏幕共享功能
Informazioni di Base sull'Estensione
Nome | 鹏云视频会议屏幕共享扩展 |
ID | iahmobhoeddhkhmejlfnfmkfheifopob |
URL Ufficiale | https://chromewebstore.google.com/detail/%E9%B9%8F%E4%BA%91%E8%A7%86%E9%A2%91%E4%BC%9A%E8%AE%AE%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB%E6%89%A9%E5%B1%95/iahmobhoeddhkhmejlfnfmkfheifopob |
Descrizione | 提供鹏云视频会议的屏幕共享功能 |
Dimensione del File | 30.65 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-07-14 |
Data di Pubblicazione | 2016-07-13 |
Sviluppatore | cloudp.cc |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u9e4f\u4e91\u89c6\u9891\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u6269\u5c55", "description": "\u63d0\u4f9b\u9e4f\u4e91\u89c6\u9891\u4f1a\u8bae\u7684\u5c4f\u5e55\u5171\u4eab\u529f\u80fd", "version": "1.1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "desktopCapture", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |