KZO Screen Capture

This WebRTC screen capturing extension can be used within KZO APP.

KZO Screen Capture là gì?

KZO Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This WebRTC screen capturing extension can be used within KZO APP.".

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

screenshot

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

Tải xuống các tệp mở rộng KZO Screen Capture 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 chrome extension allows for KZO and gomoVideo customers to create screen capture videos with the product.                    

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

Tên KZO Screen Capture KZO Screen Capture
ID eekmbglmbjmoaladfknpcnmpidpcfbif
URL Chính Thức https://chromewebstore.google.com/detail/kzo-screen-capture/eekmbglmbjmoaladfknpcnmpidpcfbif
Mô tả This WebRTC screen capturing extension can be used within KZO APP.
Kích Thước Tệp 36.08 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-09-11
Ngày Phát Hành 2018-09-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KZO Screen Capture",
    "author": "KZO Innovations",
    "version": "1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within KZO APP.",
    "homepage_url": "https:\/\/kzoinnovations.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "kzo-snap-logo-32.png"
    },
    "icons": {
        "32": "kzo-snap-logo-32.png",
        "48": "kzo-snap-logo-48.png",
        "128": "kzo-snap-logo-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "kzo-snap-logo-32.png",
        "kzo-snap-logo-48.png",
        "kzo-snap-logo-128.png"
    ]
}