C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
C-Meeting Desktop Sharing Extensionคืออะไร?
C-Meeting Desktop Sharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jheuler และคุณลักษณะหลักของมันคือ "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C-Meeting Desktop Sharing Extension
ดาวน์โหลดไฟล์ส่วนขยาย C-Meeting Desktop Sharing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jgldmgcakddjinippbpmbjldahfoojhn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
| คำอธิบาย | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
| ขนาดไฟล์ | 27.52 KB |
| จำนวนการติดตั้ง | 384 |
| เวอร์ชันปัจจุบัน | 1.0.0.1 |
| อัปเดตครั้งล่าสุด | 2016-06-01 |
| วันที่เผยแพร่ | 2016-06-01 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | jheuler |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "Icon16.png",
"32": "Icon32.png",
"48": "Icon48.png",
"128": "Icon128.png"
},
"name": "C-Meeting Desktop Sharing Extension",
"short_name": "CMDeskShare",
"description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
"version": "1.0.0.1",
"permissions": [
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.cefriel.it\/*",
"*:\/\/*.concert-oh.com\/*",
"*:\/\/*.bpresentlive.com\/*",
"*:\/\/*.c-meeting.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |