Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
Co to jest Let's Talk Screen Sharing Chrome Extension?
Let's Talk Screen Sharing Chrome Extension to rozszerzenie Chrome opracowane przez https://hciketi.com, a jego główną funkcją jest „This Extension provides ability to share screen for Let's Talk application.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Let's Talk Screen Sharing Chrome Extension
Pobierz pliki rozszerzeń Let's Talk Screen Sharing Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.
Podstawowe informacje o rozszerzeniu
Nazwa | Let's Talk Screen Sharing Chrome Extension |
ID | lkhdkjakccdajilenebimbgionejknpn |
Oficjalny URL | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
Opis | This Extension provides ability to share screen for Let's Talk application. |
Rozmiar pliku | 337 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.0.0.3 |
Ostatnia Aktualizacja | 2017-10-18 |
Data Publikacji | 2017-10-18 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://hciketi.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "52", "name": "Let's Talk Screen Sharing Chrome Extension", "permissions": [ "desktopCapture" ], "short_name": "Let's Talk ScreenShare", "version": "1.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "This Extension provides ability to share screen for Let's Talk application.", "externally_connectable": { "matches": [ "https:\/\/*.hciketi.com\/*", "https:\/\/*.proximie.com\/*", "https:\/\/*.ciketi.com\/*" ] }, "icons": { "128": "conf-logo-128x128.png", "48": "conf-logo-48x48.png", "16": "conf-logo-16x16.png" }, "browser_action": { "default_icon": "conf-logo-16x16.png" } } |