微鲸屏幕分享
微鲸投屏办公软件,用于捕获本机桌面视频
微鲸屏幕分享 क्या है?
微鲸屏幕分享 https://tptest.whaley.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "微鲸投屏办公软件,用于捕获本机桌面视频"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन 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"
}
} | |