Livestorm Screensharing
Livestorm extension utility for screensharing support
Livestorm Screensharingคืออะไร?
Livestorm Screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://livestorm.co และคุณลักษณะหลักของมันคือ "Livestorm extension utility for screensharing support"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Livestorm Screensharing
ดาวน์โหลดไฟล์ส่วนขยาย Livestorm Screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Livestorm extension for screensharing support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agdmglieodoodfjgljideekcenoakdgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb |
คำอธิบาย | Livestorm extension utility for screensharing support |
ขนาดไฟล์ | 309 KB |
จำนวนการติดตั้ง | 3,241 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-10-19 |
วันที่เผยแพร่ | 2016-10-19 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://livestorm.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livestorm Screensharing", "author": "Livestorm", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Livestorm extension utility for screensharing support", "homepage_url": "https:\/\/livestorm.co", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/localhost:4000\/*", "https:\/\/*.livestorm.co\/*", "https:\/\/*.livestorm.fr\/*" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |