FO MEET

A simple extension that allows you to stream your desktop into

FO MEETとは何ですか?

FO MEETはniem.mcmによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your desktop into」です。

FO MEET拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        FO MEETING EXT                    

拡張機能の基本情報

名前 FO MEET FO MEET
ID aiphjhocgkmemkghnenmlhkclnjgabbk
公式URL https://chrome.google.com/webstore/detail/fo-meet/aiphjhocgkmemkghnenmlhkclnjgabbk
説明 A simple extension that allows you to stream your desktop into
ファイルサイズ 36 KB
インストール数 35
現在のバージョン 0.1.8
最終更新日 2017-03-08
公開日 2017-03-08
評価 5.00/5 合計 1 レビュー
開発者 niem.mcm
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FO MEET",
    "description": "A simple extension that allows you to stream your desktop into",
    "version": "0.1.8",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.fptonline.net\/*"
        ]
    }
}