Vidthere Screen Capturing
Vidthere Screen Capturing
Vidthere Screen Capturingคืออะไร?
Vidthere Screen Capturing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidthere.com และคุณลักษณะหลักของมันคือ "Vidthere Screen Capturing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vidthere Screen Capturing
ดาวน์โหลดไฟล์ส่วนขยาย Vidthere Screen Capturing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a screen sharing app for the Vidthere video meetings platform. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
| URL อย่างเป็นทางการ | 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"
]
} | |