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.
Wat is Noysi Screen Sharing?
Noysi Screen Sharing is een Chrome-extensie ontwikkeld door https://noysi.com, en de belangrijkste functie is "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Noysi Screen Sharing
Download Noysi Screen Sharing-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
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
Basisinformatie over de Extensie
Naam | Noysi Screen Sharing |
ID | kijpcamedeaekaahdliijepohnebiami |
Officiële URL | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
Beschrijving | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
Bestandsgrootte | 12.09 KB |
Aantal Installaties | 141 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-11-30 |
Publicatiedatum | 2016-11-29 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://noysi.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |