Vidthere Screen Capturing
Vidthere Screen Capturing
什麼是Vidthere Screen Capturing?
Vidthere Screen Capturing是由https://vidthere.com開發的Chrome擴展程式,該擴展的主要功能是“Vidthere Screen Capturing”。
擴展截圖
下載Vidthere Screen Capturing擴展crx文件
下載Vidthere Screen Capturing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a screen sharing app for the Vidthere video meetings platform. 擴展基本資訊
| 名稱 | |
| ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
| 官方網址 | https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep |
| 簡介 | Vidthere Screen Capturing |
| 檔案大小 | 46.9 KB |
| 安裝次數 | 471 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2021-02-04 |
| 上架時間 | 2020-06-30 |
| 評分 | 3.89/5 共 9 次評分 |
| 開發者 | https://vidthere.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://vidthere.com |
| 說明頁面URL | https://support.saasuma.com |
| 隱私政策頁面URL | https://vidthere.com/privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"author": "Vidthere",
"background": {
"persistent": false,
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"*:\/\/vidthere.com\/*",
"*:\/\/*.vidthere.com\/*"
],
"run_at": "document_end"
}
],
"description": "Vidthere Screen Capturing",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Vidthere Screen Capturing",
"permissions": [
"desktopCapture"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1",
"web_accessible_resources": [
"icon16.png",
"icon48.png",
"icon128.png"
]
} | |