Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Teamtalk Screen Sharingคืออะไร?
Teamtalk Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teamtalk.io และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teamtalk Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Teamtalk Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screen Sharing Chrome Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
คำอธิบาย | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
ขนาดไฟล์ | 14.08 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2016-11-02 |
วันที่เผยแพร่ | 2016-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://teamtalk.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teamtalk Screen Sharing", "author": "Teamtalk", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/teamtalk.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "browser_action": { "default_icon": "logo16.png", "default_popup": "screensharing-test.html" }, "externally_connectable": { "matches": [ "https:\/\/localhost\/teamtalk\/public\/*", "http:\/\/teamtalk.io\/*", "https:\/\/teamtalk.io\/*", "*:\/\/teamtalk.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |