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.

Was ist Noysi Screen Sharing?

Noysi Screen Sharing ist eine Chrome-Erweiterung, die von https://noysi.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Erweiterungsscreenshots

screenshot

Noysi Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Noysi Screen Sharing-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
Offizielle URL https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Beschreibung This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Dateigröße 12.09 KB
Installationsanzahl 141
Aktuelle Version 2.0
Letztes Update 2016-11-30
Veröffentlichungsdatum 2016-11-29
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler https://noysi.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}