Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Was ist Peeps.Chat?
Peeps.Chat ist eine Chrome-Erweiterung, die von https://peeps.chat entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Erweiterungsscreenshots
Peeps.Chat-Erweiterungs-CRX-Datei herunterladen
Laden Sie Peeps.Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Offizielle URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Beschreibung | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Dateigröße | 7.92 KB |
Installationsanzahl | 60 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2016-09-30 |
Veröffentlichungsdatum | 2016-09-30 |
Entwickler | https://peeps.chat |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://peeps.chat |
URL der Datenschutzrichtlinien-Seite | https://peeps.chat |
Unterstützte Sprachen | 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" ] } |