Eurekly Screen Sharing Tool

Screen sharing intended for lessons

What is Eurekly Screen Sharing Tool?

Eurekly Screen Sharing Tool is a Chrome extension developed by Unknown, and its main feature is "Screen sharing intended for lessons".

Extension Screenshots

screenshot

Download Eurekly Screen Sharing Tool Extension CRX File

Download Eurekly Screen Sharing Tool 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

                        Screen sharing tool for lessons on eurekly.com                    

Extension Basic Information

Name Eurekly Screen Sharing Tool Eurekly Screen Sharing Tool
ID njhikinoafadkdeebbpacgkfoidhfdob
Official URL https://chromewebstore.google.com/detail/eurekly-screen-sharing-to/njhikinoafadkdeebbpacgkfoidhfdob
Description Screen sharing intended for lessons
File Size 27.11 KB
Installation Count 48
Current Version 1.0.0
Last Updated 2019-05-24
Publish Date 2019-05-24
Developer Unknown
Payment Type free
Extension Website https://stage.eurekly.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "short_name": "Screen Share",
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/*.eurekly.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/48.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}