ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

ebox screen sharingとは何ですか?

ebox screen sharingはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.」です。

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

screenshot

ebox screen sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ebox screen sharing                    

拡張機能の基本情報

名前 ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
公式URL https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
説明 This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
ファイルサイズ 28.92 KB
インストール数 48
現在のバージョン 2.0
最終更新日 2019-11-20
公開日 2019-11-20
開発者 Unknown
支払い方法 free
対応言語 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}