SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

SILK App Share란 무엇입니까?

SILK App Share은(는) https://pureweb.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Developed by Calgary Scientific to provide screen sharing to PureWeb Design"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SILK App Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
공식 URL https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
설명 Developed by Calgary Scientific to provide screen sharing to PureWeb Design
파일 크기 11.76 KB
설치 횟수 170
현재 버전 1.2
최근 업데이트 2016-11-01
출시 날짜 2016-11-01
평점 4.67/5 총 3 개의 평점
개발자 https://pureweb.io
결제 유형 free
지원되는 언어 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\/*"
        ]
    }
}