Boardroom Demo : Chrome Screen Sharing
This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
什麼是Boardroom Demo : Chrome Screen Sharing?
Boardroom Demo : Chrome Screen Sharing是由http://demo.boardroom.work開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.”。
擴展截圖
下載Boardroom Demo : Chrome Screen Sharing擴展crx文件
下載Boardroom Demo : Chrome Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Watch Favourite Movies Online from various countries: Asia China Euro France HongKong India International Japan Korea Taiwan Thailand United Kingdom United States
擴展基本資訊
名稱 | |
ID | giohjbcffigkmknieljphlhnggmfgahb |
官方網址 | https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb |
簡介 | This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen. |
檔案大小 | 10.98 KB |
安裝次數 | 54 |
目前版本 | 1.5 |
更新時間 | 2018-01-29 |
上架時間 | 2018-01-29 |
評分 | 4.00/5 共 4 次評分 |
開發者 | http://demo.boardroom.work |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://hosting.izndgroup.com/support/privacy.php |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boardroom Demo : Chrome Screen Sharing", "author": "iZND, Inc.", "version": "1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.", "homepage_url": "https:\/\/join.boardroom.work\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.boardroom.work\/*" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.boardroom.work\/*", "https:\/\/*.boardroom.work.herokudns.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |