微鲸屏幕分享
微鲸投屏办公软件,用于捕获本机桌面视频
微鲸屏幕分享คืออะไร?
微鲸屏幕分享 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tptest.whaley.cn และคุณลักษณะหลักของมันคือ "微鲸投屏办公软件,用于捕获本机桌面视频"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 微鲸屏幕分享
ดาวน์โหลดไฟล์ส่วนขยาย 微鲸屏幕分享 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
本插件仅适用于适用微鲸会议机的客户,投屏插件
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilknapbfmiehgjkmdaokdldjncigakhg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/%E5%BE%AE%E9%B2%B8%E5%B1%8F%E5%B9%95%E5%88%86%E4%BA%AB/ilknapbfmiehgjkmdaokdldjncigakhg |
คำอธิบาย | 微鲸投屏办公软件,用于捕获本机桌面视频 |
ขนาดไฟล์ | 12.53 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2019-06-05 |
วันที่เผยแพร่ | 2019-06-04 |
ผู้พัฒนา | https://tptest.whaley.cn |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tp.whaley.cn/ |
URL หน้าช่วยเหลือ | https://tp.whaley.cn/ |
URL หน้านโยบายความเป็นส่วนตัว | https://tp.whaley.cn |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u9cb8\u5c4f\u5e55\u5206\u4eab", "description": "\u5fae\u9cb8\u6295\u5c4f\u529e\u516c\u8f6f\u4ef6\uff0c\u7528\u4e8e\u6355\u83b7\u672c\u673a\u684c\u9762\u89c6\u9891", "version": "0.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "icons": [], "permissions": [ "desktopCapture", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/localhost:3232\/*", "https:\/\/tptest.whaley.cn\/*", "https:\/\/tp.whaley.cn\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3232\/*", "https:\/\/tptest.whaley.cn\/*", "https:\/\/tp.whaley.cn\/*" ] }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "\u5fae\u9cb8\u5c4f\u5e55\u5206\u4eab" } } |