Doxy.me Screen Sharing

Extension that captures content of your screen.

Doxy.me Screen Sharing là gì?

Doxy.me Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://doxy.me, và tính năng chính của nó là "Extension that captures content of your screen.".

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

Tải xuống tệp CRX của tiện ích mở rộng Doxy.me Screen Sharing

Tải xuống các tệp mở rộng Doxy.me Screen Sharing 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

                        A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.                    

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

Tên Doxy.me Screen Sharing Doxy.me Screen Sharing
ID hpohjmcciikpccgjfbjopmjcieefnaem
URL Chính Thức https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem
Mô tả Extension that captures content of your screen.
Kích Thước Tệp 17.64 KB
Số Lần Cài Đặt 5,966
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-23
Ngày Phát Hành 2017-10-23
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://doxy.me
Loại Thanh Toán free
Trang Web Mở Rộng https://doxy.me
URL Trang Trợ Giúp https://help.doxy.me/video-tutorials/features/screenshare
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doxy.me Screen Sharing",
    "author": "Doxy.me LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension that captures content of your screen.",
    "homepage_url": "https:\/\/doxy.me",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.doxy.me\/*",
                "https:\/\/doxy.me\/*",
                "https:\/\/doxi.me\/*",
                "https:\/\/*.doxi.me\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}