Screen Sharing for mywebinar.me
Share your screen for mywebinar.me
什麼是Screen Sharing for mywebinar.me?
Screen Sharing for mywebinar.me是由https://join.mywebinar.me開發的Chrome擴展程式,該擴展的主要功能是“Share your screen for mywebinar.me”。
擴展截圖
下載Screen Sharing for mywebinar.me擴展crx文件
下載Screen Sharing for mywebinar.me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | madkhailjbhohapodhkjediaeoedocln |
| 官方網址 | https://chromewebstore.google.com/detail/screen-sharing-for-mywebi/madkhailjbhohapodhkjediaeoedocln |
| 簡介 | Share your screen for mywebinar.me |
| 檔案大小 | 34.59 KB |
| 安裝次數 | 653 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2017-10-10 |
| 上架時間 | 2017-10-10 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | https://join.mywebinar.me |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.2",
"version_name": "1.0.2",
"author": "processo",
"manifest_version": 2,
"minimum_chrome_version": "53",
"background": {
"scripts": [
"js\/background-script.js",
"js\/RecordRTC.min.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"js\/content-script.js"
],
"matches": [
"*:\/\/join.mywebinar.me\/*"
],
"run_at": "document_idle"
}
],
"externally_connectable": {
"matches": [
"*:\/\/join.mywebinar.me\/*"
]
},
"browser_action": {
"default_icon": "images\/icon22.png",
"default_title": "Screen Sharing for mywebinar.me"
},
"icons": {
"16": "images\/icon16.png",
"22": "images\/icon22.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"system.cpu",
"activeTab",
"tabs",
"desktopCapture",
"*:\/\/join.mywebinar.me\/*"
],
"web_accessible_resources": [
"images\/icon32.png",
"js\/content-script.js",
"js\/background-script.js"
]
} | |