Screen Share Extension for the Kore App

Screen Share Extension for the Kore App

Vad är Screen Share Extension for the Kore App?

Screen Share Extension for the Kore App är en Chrome-tillägg utvecklad av https://kore.com, och dess huvudfunktion är "Screen Share Extension for the Kore App".

Tilläggsskärmbilder

screenshot

Ladda ner Screen Share Extension for the Kore App-förlängningens CRX-fil

Ladda ner Screen Share Extension for the Kore App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Screen Share Extension for the Kore App Screen Share Extension for the Kore App
ID faeohamndfhcghnogccaihapbaialcbb
Officiell webbadress https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb
Beskrivning Screen Share Extension for the Kore App
Filstorlek 12.74 KB
Antal Installationer 46
Aktuell Version 1.3
Senast Uppdaterad 2017-05-04
Publiceringsdatum 2017-05-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://kore.com
Betalningssätt free
Stödda Språk 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"
    ]
}