微鲸屏幕分享
微鲸投屏办公软件,用于捕获本机桌面视频
微鲸屏幕分享란 무엇입니까?
微鲸屏幕分享은(는) https://tptest.whaley.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "微鲸投屏办公软件,用于捕获本机桌面视频"입니다.
확장 프로그램 스크린샷
微鲸屏幕分享 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
本插件仅适用于适用微鲸会议机的客户,投屏插件
확장 프로그램 기본 정보
이름 | |
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" } } |