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.

Cos'è Noysi Screen Sharing?

Noysi Screen Sharing è un'estensione di Chrome sviluppata da https://noysi.com, e la sua funzione principale è "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Noysi Screen Sharing

Scarica i file di estensione Noysi Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
URL Ufficiale https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Descrizione This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Dimensione del File 12.09 KB
Conteggio Installazioni 141
Versione Corrente 2.0
Ultimo Aggiornamento 2016-11-30
Data di Pubblicazione 2016-11-29
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore https://noysi.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}