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.

Co je Noysi Screen Sharing?

Noysi Screen Sharing je rozšíření Chrome vyvinuté https://noysi.com, a jeho hlavní funkcí je „This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Noysi Screen Sharing

Stáhněte si soubory rozšíření Noysi Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
Oficiální URL https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Popis This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Velikost souboru 12.09 KB
Počet instalací 141
Aktuální Verze 2.0
Poslední Aktualizace 2016-11-30
Datum Vydání 2016-11-29
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář https://noysi.com
Typ Platby free
Podporované Jazyky 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"
    ]
}