Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Sendtell Screen Capture Betaคืออะไร?
Sendtell Screen Capture Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.sendtell.com และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen in a Sendtell group call."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sendtell Screen Capture Beta
ดาวน์โหลดไฟล์ส่วนขยาย Sendtell Screen Capture Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
คำอธิบาย | This extension allows you to share your screen in a Sendtell group call. |
ขนาดไฟล์ | 20.59 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 2.7.3 |
อัปเดตครั้งล่าสุด | 2016-06-28 |
วันที่เผยแพร่ | 2016-06-28 |
ผู้พัฒนา | https://app.sendtell.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://sendtell.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |