Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Vad är Wit Web Communicator Screen Sharing?

Wit Web Communicator Screen Sharing är en Chrome-tillägg utvecklad av https://demo.wit-software.com/webcommunicator/webrtc, och dess huvudfunktion är "This extension allows you to share your screen".

Tilläggsskärmbilder

screenshot

Ladda ner Wit Web Communicator Screen Sharing-förlängningens CRX-fil

Ladda ner Wit Web Communicator 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

                        This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.

If you want to know more about us please visit https://www.wit-software.com/                    

Grundläggande Information om Tillägg

Namn Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
Officiell webbadress https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Beskrivning This extension allows you to share your screen
Filstorlek 9.03 KB
Antal Installationer 59
Aktuell Version 0.0.6
Senast Uppdaterad 2018-06-06
Publiceringsdatum 2018-06-05
Utvecklare https://demo.wit-software.com/webcommunicator/webrtc
Betalningssätt free
Tilläggswebbplats https://www.wit-software.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wit Web Communicator Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "wit16.png",
        "48": "wit48.png",
        "128": "wit128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.wit-software.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wit-software.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}