Screensharing for Spreed

Screensharing utility for Spreed.

Screensharing for Spreed là gì?

Screensharing for Spreed là một tiện ích mở rộng Chrome được phát triển bởi struktur AG, và tính năng chính của nó là "Screensharing utility for Spreed.".

Ả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 Screensharing for Spreed

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

                        Installieren Sie diese Extension, wenn Sie Screensharing mit Spreed unter Google Chrome oder Chromium verwenden möchten.
Screensharing unter Firefox funktioniert auch ohne eine Extension.                    

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

Tên Screensharing for Spreed Screensharing for Spreed
ID kokjakacedgjpgffhgdciefjnbdgolje
URL Chính Thức https://chromewebstore.google.com/detail/screensharing-for-spreed/kokjakacedgjpgffhgdciefjnbdgolje
Mô tả Screensharing utility for Spreed.
Kích Thước Tệp 8.54 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2019-11-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển struktur AG
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spreed.eu/
URL Trang Trợ Giúp https://www.spreed.eu/company/contact/
URL Trang Chính Sách Bảo Mật https://www.struktur.de/privacy
Ngôn Ngữ Được Hỗ Trợ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screensharing for Spreed",
    "description": "Screensharing utility for Spreed.",
    "author": "struktur AG ",
    "homepage_url": "https:\/\/www.spreed.eu\/",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "https:\/\/*.nextspreed.com\/*",
        "https:\/\/next.spreed.com\/*",
        "https:\/\/*.spreed.eu\/*",
        "https:\/\/*.spreed.com.au\/*",
        "https:\/\/*.spreed.net\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "detector.js"
            ],
            "matches": [
                "https:\/\/*.nextspreed.com\/*",
                "https:\/\/next.spreed.com\/*",
                "https:\/\/*.spreed.eu\/*",
                "https:\/\/*.spreed.com.au\/*",
                "https:\/\/*.spreed.net\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}