Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Wat is Peeps.Chat?
Peeps.Chat is een Chrome-extensie ontwikkeld door https://peeps.chat, en de belangrijkste functie is "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Peeps.Chat
Download Peeps.Chat-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
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.
Basisinformatie over de Extensie
Naam | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Officiële URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Beschrijving | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Bestandsgrootte | 7.92 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2016-09-30 |
Publicatiedatum | 2016-09-30 |
Ontwikkelaar | https://peeps.chat |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://peeps.chat |
URL van de Privacybeleid Pagina | https://peeps.chat |
Ondersteunde Talen | 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" ] } |