Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Pronto Screen Sharingとは何ですか?
Pronto Screen SharingはProntoによって開発されたChromeの拡張機能で、その主な機能は「Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.」です。
拡張機能のスクリーンショット
Pronto Screen Sharing拡張機能のCRXファイルをダウンロード
Pronto Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension will allow users to share their screen in Pronto during live streaming.  A user may choose to broadcast either live video or share their screen.  This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.                     拡張機能の基本情報
| 名前 |   |  
| ID | ngjdmmdgiehhjidefanipbeoeobdjkkj | 
| 公式URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj | 
| 説明 | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. | 
| ファイルサイズ | 19.73 KB | 
| インストール数 | 111 | 
| 現在のバージョン | 2.2 | 
| 最終更新日 | 2018-09-13 | 
| 公開日 | 2018-09-13 | 
| 開発者 | Pronto | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://trypronto.com | 
| プライバシーポリシーページのURL | https://www.trypronto.com/privacy | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronto Screen Sharing",
    "author": "Hit Labs, Inc.",
    "version": "2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.",
    "homepage_url": "https:\/\/trypronto.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.trypronto.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |