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.

Vad är Noysi Screen Sharing?

Noysi Screen Sharing är en Chrome-tillägg utvecklad av https://noysi.com, och dess huvudfunktion är "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Tilläggsskärmbilder

screenshot

Ladda ner Noysi Screen Sharing-förlängningens CRX-fil

Ladda ner Noysi Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
Officiell webbadress https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Beskrivning This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Filstorlek 12.09 KB
Antal Installationer 141
Aktuell Version 2.0
Senast Uppdaterad 2016-11-30
Publiceringsdatum 2016-11-29
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare https://noysi.com
Betalningssätt free
Stödda Språk 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"
    ]
}