Pixel Direct Screenshare Room Extension
Pixel CTV Screen Sharing allows you share screens
Pixel Direct Screenshare Room Extensionคืออะไร?
Pixel Direct Screenshare Room Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.netstairs.com และคุณลักษณะหลักของมันคือ "Pixel CTV Screen Sharing allows you share screens"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixel Direct Screenshare Room Extension
ดาวน์โหลดไฟล์ส่วนขยาย Pixel Direct Screenshare Room Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pixel Direct Screen Sharing allows you to share your screens directly into the rooms
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pixel Direct Screenshare Room Extension |
ID | icfnnpdeklgcjignpoachjocnhfkjlkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixel-direct-screenshare/icfnnpdeklgcjignpoachjocnhfkjlkk |
คำอธิบาย | Pixel CTV Screen Sharing allows you share screens |
ขนาดไฟล์ | 12.58 KB |
จำนวนการติดตั้ง | 388 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-06-09 |
วันที่เผยแพร่ | 2020-06-09 |
ผู้พัฒนา | https://www.netstairs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pixel.click-to-video.com |
URL หน้าช่วยเหลือ | https://netstairs.estreamdesk.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Direct Screenshare Room Extension", "author": "NETSTAIRS", "description": "Pixel CTV Screen Sharing allows you share screens", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } ], "homepage_url": "https:\/\/pixel.click-to-video.com\/", "externally_connectable": { "matches": [ "https:\/\/pixel.click-to-video.com\/*", "https:\/\/icdn.video\/*" ] } } |