Screen Share Extension for the Kore App
Screen Share Extension for the Kore App
Wat is Screen Share Extension for the Kore App?
Screen Share Extension for the Kore App is een Chrome-extensie ontwikkeld door https://kore.com, en de belangrijkste functie is "Screen Share Extension for the Kore App".
Extensie Screenshots
Download het CRX-bestand van de extensie Screen Share Extension for the Kore App
Download Screen Share Extension for the Kore App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Screen Share Extension for the Kore App |
ID | faeohamndfhcghnogccaihapbaialcbb |
Officiële URL | https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb |
Beschrijving | Screen Share Extension for the Kore App |
Bestandsgrootte | 12.74 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-05-04 |
Publicatiedatum | 2017-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://kore.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |