c³ Screensharing
Screensharing utility plugin for c³
c³ Screensharingคืออะไร?
c³ Screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Considerate Computing และคุณลักษณะหลักของมันคือ "Screensharing utility plugin for c³"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย c³ Screensharing
ดาวน์โหลดไฟล์ส่วนขยาย c³ Screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to enable screen share on c³ (Considerate Conference Calling) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gfbgnhlmialabkencffdjipflcldcioe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe |
| คำอธิบาย | Screensharing utility plugin for c³ |
| ขนาดไฟล์ | 24.68 KB |
| จำนวนการติดตั้ง | 60 |
| เวอร์ชันปัจจุบัน | 0.0.7 |
| อัปเดตครั้งล่าสุด | 2019-07-25 |
| วันที่เผยแพร่ | 2019-07-25 |
| ผู้พัฒนา | Considerate Computing |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "c\u00b3 Screensharing",
"description": "Screensharing utility plugin for c\u00b3",
"version": "0.0.7",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"desktopCapture",
"tabs",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
"https:\/\/cameo-web.herokuapp.com\/*",
"https:\/\/cccs-web.herokuapp.com\/*",
"https:\/\/c3chat.herokuapp.com\/*",
"https:\/\/app.c3.chat\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
"https:\/\/cameo-web.herokuapp.com\/*",
"https:\/\/cccs-web.herokuapp.com\/*",
"https:\/\/c3chat.herokuapp.com\/*",
"https:\/\/app.c3.chat\/*"
]
}
} | |