Codeda Screen Sharing
Screen Sharing for codeda.com.
Codeda Screen Sharingคืออะไร?
Codeda Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codeda.com และคุณลักษณะหลักของมันคือ "Screen Sharing for codeda.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeda Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Codeda Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A basic screen sharing extension for the future webinar provider system. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hddjiolhkfkmefgibgbnknojngnpgmec |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeda-screen-sharing/hddjiolhkfkmefgibgbnknojngnpgmec |
| คำอธิบาย | Screen Sharing for codeda.com. |
| ขนาดไฟล์ | 7.97 KB |
| จำนวนการติดตั้ง | 8,959 |
| เวอร์ชันปัจจุบัน | 1.5 |
| อัปเดตครั้งล่าสุด | 2019-01-21 |
| วันที่เผยแพร่ | 2019-01-21 |
| คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://www.codeda.com |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Codeda Screen Sharing",
"author": "Codeda",
"version": "1.5",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Screen Sharing for codeda.com.",
"homepage_url": "https:\/\/codeda.com",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/codeda.com\/*",
"https:\/\/*.codeda.com\/*",
"*:\/\/localhost\/*",
"https:\/\/*.webinarhd.com\/*",
"*:\/\/127.0.0.1\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"logo48.png"
]
} | |