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.
Apa itu Noysi Screen Sharing?
Noysi Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://noysi.com, dan fitur utamanya adalah "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Noysi Screen Sharing
Unduh file ekstensi Noysi Screen Sharing 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
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
Informasi Dasar Ekstensi
Nama | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
URL Resmi | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
Deskripsi | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
Ukuran File | 12.09 KB |
Jumlah Instalasi | 141 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-11-30 |
Tanggal Publikasi | 2016-11-29 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | https://noysi.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |