Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Apa itu Peeps.Chat?
Peeps.Chat adalah ekstensi Chrome yang dikembangkan oleh https://peeps.chat, dan fitur utamanya adalah "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Peeps.Chat
Unduh file ekstensi Peeps.Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
URL Resmi | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Deskripsi | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Ukuran File | 7.92 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2016-09-30 |
Tanggal Publikasi | 2016-09-30 |
Pengembang | https://peeps.chat |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://peeps.chat |
URL Halaman Kebijakan Privasi | https://peeps.chat |
Bahasa yang Didukung | 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" ] } |