Screen Capturing for ProVideomeeting

Extension to enable Screen Sharing for ProVideomeeting application

Screen Capturing for ProVideomeeting क्या है?

Screen Capturing for ProVideomeeting https://provideomeeting.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to enable Screen Sharing for ProVideomeeting application"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screen Capturing for ProVideomeeting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees.

What is ProVideomeeting?
- New level of online meetings.
- Show presentations, video files or share your screen. Communicate in a common chat room or via private messages.
- Modern HTML5 and WebRTC technologies, providing for high operation speed.
- More than 75 functions with a simple intuitive interface.

Discover new generation platform for video conferences                    

एक्सटेंशन की मूल जानकारी

नाम Screen Capturing for ProVideomeeting Screen Capturing for ProVideomeeting
ID jefofalaofaikkkpcekdgjchamdbkhgh
आधिकारिक URL https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh
विवरण Extension to enable Screen Sharing for ProVideomeeting application
फ़ाइल का आकार 5.69 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-05-23
प्रकाशन तिथि 2017-05-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://provideomeeting.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://provideomeeting.com/
गोपनीयता नीति पृष्ठ URL https://provideomeeting.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing for ProVideomeeting",
    "author": "NoviNexus Inc.",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension to enable Screen Sharing for ProVideomeeting application",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/provideomeeting.com\/*",
                "*:\/\/*.provideomeeting.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}