Boardroom Demo : Chrome Screen Sharing

This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.

Boardroom Demo : Chrome Screen Sharingとは何ですか?

Boardroom Demo : Chrome Screen Sharingはhttp://demo.boardroom.workによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.」です。

拡張機能のスクリーンショット

screenshot

Boardroom Demo : Chrome Screen Sharing拡張機能のCRXファイルをダウンロード

Boardroom Demo : Chrome Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch Favourite Movies Online from various countries:

Asia
China
Euro
France
HongKong
India
International
Japan
Korea
Taiwan
Thailand
United Kingdom
United States                    

拡張機能の基本情報

名前 Boardroom Demo : Chrome Screen Sharing Boardroom Demo : Chrome Screen Sharing
ID giohjbcffigkmknieljphlhnggmfgahb
公式URL https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb
説明 This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
ファイルサイズ 10.98 KB
インストール数 54
現在のバージョン 1.5
最終更新日 2018-01-29
公開日 2018-01-29
評価 4.00/5 合計 4 レビュー
開発者 http://demo.boardroom.work
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://hosting.izndgroup.com/support/privacy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boardroom Demo : Chrome Screen Sharing",
    "author": "iZND, Inc.",
    "version": "1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.",
    "homepage_url": "https:\/\/join.boardroom.work\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.boardroom.work\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.boardroom.work\/*",
                "https:\/\/*.boardroom.work.herokudns.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}