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.

Τι είναι το Noysi Screen Sharing;

Το Noysi Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://noysi.com, και η κύρια λειτουργία του είναι "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Noysi Screen Sharing

Λήψη αρχείων επέκτασης Noysi Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Noysi Screen Sharing Noysi Screen Sharing
ID kijpcamedeaekaahdliijepohnebiami
Επίσημο URL https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami
Περιγραφή This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
Μέγεθος Αρχείου 12.09 KB
Αριθμός Εγκαταστάσεων 141
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2016-11-30
Ημερομηνία Δημοσίευσης 2016-11-29
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://noysi.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}