CozoraScreenSharing

This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.

What is CozoraScreenSharing?

CozoraScreenSharing is a Chrome extension developed by https://cozora.com, and its main feature is "This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.".

Extension Screenshots

screenshot

Download CozoraScreenSharing Extension CRX File

Download CozoraScreenSharing 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

                        Extension to enable Screen Sharing in Cozora                    

Extension Basic Information

Name CozoraScreenSharing CozoraScreenSharing
ID jngakadallbjaegilbficfnbjgiekhkk
Official URL https://chromewebstore.google.com/detail/cozorascreensharing/jngakadallbjaegilbficfnbjgiekhkk
Description This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.
File Size 16.12 KB
Installation Count 26
Current Version 2.0
Last Updated 2016-06-08
Publish Date 2016-06-08
Rating 5.00/5 Total 3 Ratings
Developer https://cozora.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CozoraScreenSharing",
    "author": "Cozora",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/cozora.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/cozora.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cozora.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}