V-CUBE Screen Share
Enables screen sharing feature in V-CUBE Meeting 5 browser version
V-CUBE Screen Shareคืออะไร?
V-CUBE Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bravworld และคุณลักษณะหลักของมันคือ "Enables screen sharing feature in V-CUBE Meeting 5 browser version"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย V-CUBE Screen Share
ดาวน์โหลดไฟล์ส่วนขยาย V-CUBE Screen Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | efjcnbalbebonahihmmofdheckohdgfl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/v-cube-screen-share/efjcnbalbebonahihmmofdheckohdgfl |
| คำอธิบาย | Enables screen sharing feature in V-CUBE Meeting 5 browser version |
| ขนาดไฟล์ | 13.23 KB |
| จำนวนการติดตั้ง | 48 |
| เวอร์ชันปัจจุบัน | 1.0.5 |
| อัปเดตครั้งล่าสุด | 2017-10-17 |
| วันที่เผยแพร่ | 2017-10-17 |
| ผู้พัฒนา | bravworld |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.vcube.com.cn |
| ภาษาที่รองรับ | id,en,fr,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "1.0.5",
"icons": {
"128": "icon128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.vcube.net\/",
"https:\/\/*.vcube.com\/",
"https:\/\/*.vcubeone.net\/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vcube.net\/*",
"https:\/\/*.vcube.com\/*",
"https:\/\/*.vcubeone.net\/*"
],
"js": [
"content.js"
],
"all_frames": false,
"run_at": "document_end"
}
]
} | |