Wizergos Extension

This this is a wizergos chrome extension for screen sharing for Wizergos Meeting Management Application

Τι είναι το Wizergos Extension;

Το Wizergos Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wizergos, και η κύρια λειτουργία του είναι "This this is a wizergos chrome extension for screen sharing for Wizergos Meeting Management Application".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wizergos Extension

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

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

                        Wizergos is a cloud based collaborative application that helps your team become effective in running great meetings.

Key Benefits

Manage Information: Minutes, Notes, Decisions, Action Items kept in a central location, accessible from all devices. Run structured and effective meetings with Agenda and Preparations. Collaboratively decide on meeting Agenda.
Smart Scheduling: Let the tool select most optimal time and venue for your meetings. Alternately, schedule meetings collaboratively. Appointment Board for external Meeting Scheduling.
Track Action Items: Never miss an Action Item again. Assign, track, review progress of all Action Items.
Strategic Meetings: Run very effective brainstorming meetings using brain-write process.
Ratings and Feedback: Continuous improvement with constant feedback loop.
Improve Engagement in Meetings: Cloud based presentation during meetings (including from mobile phone). Real time shared screen for collaborative meetings. Share desktop or any desktop application.
Augmented Intelligence: Let the tool help you with scheduling the right meetings with the right people for you.
Gamification: Promote good behaviour and build productive teams.
Email Reports: Role based, daily plans and reports in email.
Descriptive Analytics: Insightful stats and charts to help with continuous improvement.
Integrations: Integrated with Microsoft, Office 365, and Google Gsuite Apps                    

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

Όνομα Wizergos Extension Wizergos Extension
ID iilmanoalnnomefdopgngoepncdhpgph
Επίσημο URL https://chrome.google.com/webstore/detail/wizergos-extension/iilmanoalnnomefdopgngoepncdhpgph
Περιγραφή This this is a wizergos chrome extension for screen sharing for Wizergos Meeting Management Application
Μέγεθος Αρχείου 13.57 MB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.6.13
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Wizergos
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.wizergos.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wizergos Extension",
    "author": "[email protected]",
    "version": "1.6.13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This this is a wizergos chrome extension for screen sharing for Wizergos Meeting Management Application",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.wizergos.net\/*",
                "https:\/\/test.wizergos.net\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/_\/scs\/apps-static\/_\/js\/k=oz.gapi.en_GB.tOcyOaVMwAw.O\/m=client\/rt=j\/sv=1\/d=1\/ed=1\/am=AQ\/rs=AGLTcCNXugz5sXWIcJaGN98xRV7Uqb3dmQ\/cb=gapi.loaded_0; object-src 'self'",
    "browser_action": {
        "default_popup": "extension_main.html"
    }
}