Phone.com Screen Sharing
The extension allows you to share your screen.
Phone.com Screen Sharingとは何ですか?
Phone.com Screen Sharingはhttps://video.phone.comによって開発されたChromeの拡張機能で、その主な機能は「The extension allows you to share your screen.」です。
拡張機能のスクリーンショット
Phone.com Screen Sharing拡張機能のCRXファイルをダウンロード
Phone.com Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Installing the extension is required so you can share your screen.                     拡張機能の基本情報
| 名前 |   |  
| ID | blhhkfbffffbgablmhdchnmgcdejggon | 
| 公式URL | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon | 
| 説明 | The extension allows you to share your screen. | 
| ファイルサイズ | 64.34 KB | 
| インストール数 | 295 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2018-09-21 | 
| 公開日 | 2018-09-21 | 
| 開発者 | https://video.phone.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://video.phone.com/ | 
| 対応言語 | en | 
| manifest.json | |
 {
    "name": "Phone.com Screen Sharing",
    "author": "Phone.com Inc.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The extension allows you to share your screen.",
    "homepage_url": "https:\/\/meet.phone.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.phone.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "phone-logo16.png",
        "48": "phone-logo48.png",
        "128": "phone-logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |