Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Co to jest Peeps.Chat?
Peeps.Chat to rozszerzenie Chrome opracowane przez https://peeps.chat, a jego główną funkcją jest „This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Peeps.Chat
Pobierz pliki rozszerzeń Peeps.Chat 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 will allow you to share your screen with everyone that came to your personal peeps.chat site. Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.
Podstawowe informacje o rozszerzeniu
Nazwa | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Oficjalny URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Opis | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Rozmiar pliku | 7.92 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2016-09-30 |
Data Publikacji | 2016-09-30 |
Deweloper | https://peeps.chat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://peeps.chat |
Adres URL Strony Polityki Prywatności | https://peeps.chat |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeps.Chat", "author": "James", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.", "homepage_url": "https:\/\/peeps.chat\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/peeps.chat\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |