SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

SILK App Share là gì?

SILK App Share là một tiện ích mở rộng Chrome được phát triển bởi https://pureweb.io, và tính năng chính của nó là "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SILK App Share

Tải xuống các tệp mở rộng SILK App Share 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 extension requests access to Chrome's "desktopShare" in order to enable screen and application sharing on supported web pages on the pureweb.io domain.

Users are able to share more than one applications (or the whole desktop) and each shared item appears in a dialog that can be moved (floated) within the browser.                    

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

Tên SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
URL Chính Thức https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
Mô tả Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Kích Thước Tệp 11.76 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-11-01
Ngày Phát Hành 2016-11-01
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://pureweb.io
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": "SILK App Share",
    "short_name": "App Share",
    "author": "Calgary Scientific Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Developed by Calgary Scientific to provide screen sharing to PureWeb Design",
    "homepage_url": "http:\/\/calgaryscientific.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "pwdlogo_16px.png",
        "48": "pwdlogo_48px.png",
        "128": "pwdlogo_128px.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pureweb.io\/*"
        ]
    }
}