Xtreamr.STUDIO

This Chrome extension allows you to share screen while using Xtreamr.STUDIO

Xtreamr.STUDIO là gì?

Xtreamr.STUDIO là một tiện ích mở rộng Chrome được phát triển bởi Xtreamr, và tính năng chính của nó là "This Chrome extension allows you to share screen while using Xtreamr.STUDIO".

Ả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 Xtreamr.STUDIO

Tải xuống các tệp mở rộng Xtreamr.STUDIO 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 app allows you to share your screen while live streaming using Xtreamr.STUDIO.                    

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

Tên Xtreamr.STUDIO Xtreamr.STUDIO
ID nafigficdopdggngloflibdmjmojkbeo
URL Chính Thức https://chrome.google.com/webstore/detail/xtreamrstudio/nafigficdopdggngloflibdmjmojkbeo
Mô tả This Chrome extension allows you to share screen while using Xtreamr.STUDIO
Kích Thước Tệp 30.55 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-11-20
Ngày Phát Hành 2016-11-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Xtreamr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xtreamr.STUDIO",
    "author": "Xtreamr Team",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share screen while using Xtreamr.STUDIO",
    "homepage_url": "http:\/\/xtreamr.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.xtrea.mr\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}