Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
什麼是Brochesia Screen Sharing?
Brochesia Screen Sharing是由https://www.brochesia.com開發的Chrome擴展程式,該擴展的主要功能是“This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.”。
擴展截圖
下載Brochesia Screen Sharing擴展crx文件
下載Brochesia Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
擴展基本資訊
名稱 | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
官方網址 | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
簡介 | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
檔案大小 | 5.45 KB |
安裝次數 | 20 |
目前版本 | 2 |
更新時間 | 2019-04-12 |
上架時間 | 2019-04-12 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://www.brochesia.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.brochesia.com/privacy_policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |