Vidthere Screen Capturing

Vidthere Screen Capturing

Vidthere Screen Capturing là gì?

Vidthere Screen Capturing là một tiện ích mở rộng Chrome được phát triển bởi https://vidthere.com, và tính năng chính của nó là "Vidthere Screen Capturing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vidthere Screen Capturing

Tải xuống các tệp mở rộng Vidthere Screen Capturing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a screen sharing app for the Vidthere video meetings platform.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vidthere Screen Capturing Vidthere Screen Capturing
ID gkfhieomjkcmeaaimpojkcomcbgjggep
URL Chính Thức https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep
Mô tả Vidthere Screen Capturing
Kích Thước Tệp 46.9 KB
Số Lần Cài Đặt 471
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2020-06-30
Đánh Giá 3.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://vidthere.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vidthere.com
URL Trang Trợ Giúp https://support.saasuma.com
URL Trang Chính Sách Bảo Mật https://vidthere.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}