Screen Share Extension for the Kore App

Screen Share Extension for the Kore App

What is Screen Share Extension for the Kore App?

Screen Share Extension for the Kore App is a Chrome extension developed by https://kore.com, and its main feature is "Screen Share Extension for the Kore App".

Extension Screenshots

screenshot

Download Screen Share Extension for the Kore App Extension CRX File

Download Screen Share Extension for the Kore App 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

                        Use Kore to collaborate with colleagues. Using Kore's new real time communication features, hop on a call with a co-worker or a group and have a productive meeting from anywhere in the world                    

Extension Basic Information

Name Screen Share Extension for the Kore App Screen Share Extension for the Kore App
ID faeohamndfhcghnogccaihapbaialcbb
Official URL https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb
Description Screen Share Extension for the Kore App
File Size 12.74 KB
Installation Count 46
Current Version 1.3
Last Updated 2017-05-04
Publish Date 2017-05-04
Rating 5.00/5 Total 1 Ratings
Developer https://kore.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share Extension for the Kore App",
    "short_name": "kore.ai extension",
    "description": "Screen Share Extension for the Kore App",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "128": "kore-logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kore.com\/*",
                "*:\/\/*.kore.net\/*",
                "*:\/\/*.kore.ai\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.kore.com\/*",
        "*:\/\/*.kore.net\/*",
        "*:\/\/*.kore.ai\/*",
        "desktopCapture",
        "tabs"
    ]
}