Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
Co to jest Screen Share for StarLeaf Click-to-Call?
Screen Share for StarLeaf Click-to-Call to rozszerzenie Chrome opracowane przez https://starleaf.com, a jego główną funkcją jest „Enables screen share when using StarLeaf Click-to-Call on Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Screen Share for StarLeaf Click-to-Call
Pobierz pliki rozszerzeń Screen Share for StarLeaf Click-to-Call 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
StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome.
Podstawowe informacje o rozszerzeniu
Nazwa | Screen Share for StarLeaf Click-to-Call |
ID | dliccfbpegdcmlflaidhhnloeofgdnce |
Oficjalny URL | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
Opis | Enables screen share when using StarLeaf Click-to-Call on Chrome |
Rozmiar pliku | 9.94 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-11-03 |
Data Publikacji | 2016-11-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://starleaf.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://support.starleaf.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "StarLeaf ltd", "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.starleaf.com\/*" ] }, "file_system_provider_capabilities": { "configurable": true, "multiple_mounts": true, "source": "network" }, "homepage_url": "https:\/\/www.starleaf.com", "minimum_chrome_version": "48", "permissions": [ "desktopCapture" ], "short_name": "__MSG_extShortName__", "default_locale": "en_US" } |