Streye Share Screen
Capture full-screen or specific application's screen on Streye Enterprise App
Streye Share Screenคืออะไร?
Streye Share Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Streye และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen on Streye Enterprise App"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streye Share Screen
ดาวน์โหลดไฟล์ส่วนขยาย Streye Share Screen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension that allows share screen on Streye Enterprise
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Streye Share Screen |
ID | gjhegehdlknldoomoahpohapckgfogcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streye-share-screen/gjhegehdlknldoomoahpohapckgfogcd |
คำอธิบาย | Capture full-screen or specific application's screen on Streye Enterprise App |
ขนาดไฟล์ | 7.23 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2018-03-13 |
วันที่เผยแพร่ | 2018-03-13 |
ผู้พัฒนา | Streye |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streye Share Screen", "author": "Streye", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on Streye Enterprise App", "homepage_url": "https:\/\/www.streye.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/webapp-dev.streye.com\/*", "https:\/\/webapp-pre.streye.com\/*", "https:\/\/webapp.streye.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |