Abacus Learnining Lab Screen Sharing

This extension allows you to share your screen on Abacus Learning Lab website.

What is Abacus Learnining Lab Screen Sharing?

Abacus Learnining Lab Screen Sharing is a Chrome extension developed by https://www.abacusmathslearning.com, and its main feature is "This extension allows you to share your screen on Abacus Learning Lab website.".

Extension Screenshots

screenshot

Download Abacus Learnining Lab Screen Sharing Extension CRX File

Download Abacus Learnining Lab Screen Sharing 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 screen share extension is used only for the video class link in Abacus Learning Lab.  To share your screen in the video link, you will need to install this extension to  your Chrome browser.                    

Extension Basic Information

Name Abacus Learnining Lab Screen Sharing Abacus Learnining Lab Screen Sharing
ID gphoobijaphjgacbpndbennmoglkfobm
Official URL https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm
Description This extension allows you to share your screen on Abacus Learning Lab website.
File Size 19.86 KB
Installation Count 53
Current Version 1.4
Last Updated 2015-08-28
Publish Date 2015-08-28
Developer https://www.abacusmathslearning.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Abacus Learnining Lab Screen Sharing",
    "author": "Abacus Learning Lab",
    "version": "1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows you to share your screen on Abacus Learning Lab website.",
    "homepage_url": "http:\/\/www.abacusmathslearning.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.abacusmathslearning.com\/*",
                "*:\/\/*.abacuslearninglab.com\/*",
                "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo128.png"
    ]
}