General Purpose Screen Sharing

A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.

General Purpose Screen Sharing là gì?

General Purpose Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi daan, và tính năng chính của nó là "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.".

Ả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 General Purpose Screen Sharing

Tải xuống các tệp mở rộng General Purpose 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

                        This is a general purpose screensharing extension.                    

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

Tên General Purpose Screen Sharing General Purpose Screen Sharing
ID danhafjbbhpneafaokcgdobajodphdpi
URL Chính Thức https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi
Mô tả A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 24.57 KB
Số Lần Cài Đặt 829
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-06-13
Ngày Phát Hành 2017-06-13
Nhà Phát Triển daan
Email [email protected]
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": "General Purpose Screen Sharing",
    "author": "Sense Studios VOF.",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/sense-studios.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.webcamconsult.com\/*",
            "https:\/\/*.dev.webcamconsult.com\/*",
            "https:\/\/*.dev2.webcamconsult.com\/*",
            "https:\/\/*.staging.webcamconsult.com\/*",
            "https:\/\/*.webcamconsult.nl\/*",
            "https:\/\/*.roomdialog.eu\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}