Noysi Screen Sharing
This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Co to jest Noysi Screen Sharing?
Noysi Screen Sharing to rozszerzenie Chrome opracowane przez https://noysi.com, a jego główną funkcją jest „This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Noysi Screen Sharing
Pobierz pliki rozszerzeń Noysi Screen Sharing 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
Noysi Screen Sharing is now available! Install the plugin Now ;) Noysi is a platform which will make your communication easier and more effective among team members, employees around the world, customers, agencies, consultants, other providers, and much more. Noysi - All you need for Teamwork
Podstawowe informacje o rozszerzeniu
Nazwa | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
Oficjalny URL | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
Opis | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
Rozmiar pliku | 12.09 KB |
Liczba instalacji | 141 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-11-30 |
Data Publikacji | 2016-11-29 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | https://noysi.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noysi Screen Sharing", "short_name": "Noysi Screen Sharing", "author": "woorea", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for http:\/\/noysi.com and it doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/noysi.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.noysi.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |