e-class.live Helper Plugin

e-class.live Desktop capturing extension

e-class.live Helper Pluginとは何ですか?

e-class.live Helper Pluginはhttps://e-class.liveによって開発されたChromeの拡張機能で、その主な機能は「e-class.live Desktop capturing extension」です。

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

e-class.live Helper Plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a helper extension for Electromeet website, it is needed for normal functioning of web applications at https://e-class.live/                    

拡張機能の基本情報

名前 e-class.live Helper Plugin e-class.live Helper Plugin
ID iddoeekjnenplhpimdfdkiageicmiiie
公式URL https://chromewebstore.google.com/detail/e-classlive-helper-plugin/iddoeekjnenplhpimdfdkiageicmiiie
説明 e-class.live Desktop capturing extension
ファイルサイズ 17.77 KB
インストール数 208
現在のバージョン 1.8
最終更新日 2021-04-29
公開日 2017-02-26
評価 5.00/5 合計 3 レビュー
開発者 https://e-class.live
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://e-class.live
ヘルプページのURL https://e-class.live
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Emil Langazov",
    "background": {
        "persistent": true,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/e-class.live\/*",
                "*:\/\/*.e-class.live\/*"
            ]
        }
    ],
    "description": "e-class.live Desktop capturing extension",
    "homepage_url": "https:\/\/e-class.live",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtkEqL5dYg\/m4n8fWY\/IVarppnVWpov0UZO0Pk1J\/8dBIQzmxPmnHTbN4ZmMv+48+\/qT2I3ZkJPi16rYOt0C7PNNadIrmSSZdaqHh5RsCL94YRP+mNmO6JAD61NthHYH4VBctUYDxb28u4RTQzXM9\/r+G0OVKNCgI6omx+QhydN1Nf34NVQSe9grzuxlkzwpa2WtQ3MvLQ3f6H6saYIeE7ziJBHIFbNOjUAD2o0QkNQ2GgTcwHwI\/M6oygFy602lA5BH2dcPBEYRZoXc5JGQcEtVOO57X9k8Au8FRqjijvcwoGmG90vXPAYgO2BUsAYopZHTmTjUKoDhI1DhRtSLl1wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "e-class.live Helper Plugin",
    "permissions": [
        "desktopCapture",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.8",
    "web_accessible_resources": [
        "icon.png"
    ]
}