VISITLEAD Screensharing

Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers

VISITLEAD Screensharing क्या है?

VISITLEAD Screensharing http://visitlead.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers"।

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

screenshot
screenshot

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

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

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

                        VISITLEAD Screensharing - the easiest way to share your screen. 

Share your Browser, Desktop Applications, Websites, Slides, Powerpoints ... across Windows, Apple, iOS and Android - to 1 or more viewers (they have no software to install!) in full HD resolution. Perfect for sales and service. 

Maximum advantage in connection with the other VISITLEAD features like Monitoring and (Video) LiveChat. More: https://VISITLEAD.com/features

Share your Screen - it´s free!                    

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

नाम VISITLEAD Screensharing VISITLEAD Screensharing
ID bpmiojlbhbleaobkbmelopmieodnkjjd
आधिकारिक URL https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd
विवरण Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
फ़ाइल का आकार 33.86 KB
स्थापना संख्या 48
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2020-04-19
प्रकाशन तिथि 2020-04-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://visitlead.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://visitlead.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Screenshare",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/webrtc.js",
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Screensharing",
        "default_popup": "popup.html"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/stream.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}