e-class.live Helper Plugin
e-class.live Desktop capturing extension
What is e-class.live Helper Plugin?
e-class.live Helper Plugin is a Chrome extension developed by https://e-class.live, and its main feature is "e-class.live Desktop capturing extension".
Extension Screenshots
Download e-class.live Helper Plugin Extension CRX File
Download e-class.live Helper Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a helper extension for Electromeet website, it is needed for normal functioning of web applications at https://e-class.live/
Extension Basic Information
Name | e-class.live Helper Plugin |
ID | iddoeekjnenplhpimdfdkiageicmiiie |
Official URL | https://chromewebstore.google.com/detail/e-classlive-helper-plugin/iddoeekjnenplhpimdfdkiageicmiiie |
Description | e-class.live Desktop capturing extension |
File Size | 17.77 KB |
Installation Count | 208 |
Current Version | 1.8 |
Last Updated | 2021-04-29 |
Publish Date | 2017-02-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://e-class.live |
[email protected] | |
Payment Type | free |
Extension Website | https://e-class.live |
Help Page URL | https://e-class.live |
Supported Languages | 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", " |