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.

Qu'est-ce que Noysi Screen Sharing ?

Noysi Screen Sharing est une extension Chrome développée par https://noysi.com, et sa fonction principale est "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Noysi Screen Sharing

Téléchargez les fichiers d'extension Noysi Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
URL Officiel https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Description This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Taille du Fichier 12.09 KB
Nombre d'Installations 141
Version Actuelle 2.0
Dernière Mise à Jour 2016-11-30
Date de Publication 2016-11-29
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://noysi.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}