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.

Hvad er Noysi Screen Sharing?

Noysi Screen Sharing er en Chrome-udvidelse udviklet af https://noysi.com, og dens hovedfunktion er "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Udvidelsesskærmbilleder

screenshot

Download Noysi Screen Sharing-udvidelses-CRX-fil

Download Noysi Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
Officiel URL https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Beskrivelse This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Filstørrelse 12.09 KB
Antal Installationer 141
Nuværende Version 2.0
Senest Opdateret 2016-11-30
Udgivelsesdato 2016-11-29
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler https://noysi.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}