talkroom screen sharing

Share full-screen or specific application's screen on any HTTPs domain!

talkroom screen sharing क्या है?

talkroom screen sharing Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share full-screen or specific application's screen on any HTTPs domain!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Share the screen on our conferencing platform with the people connected on room. Sharing your screen helps in many ways and we are sure you will have your own usecase in which you will get benefited by screen sharing.

In order to keep it secure and safe for you, its required to install a authenticated extention in your browser.

This extension lets you share your screen with other participants, and that is the only purpose of this extention.

To share your screen supported by this extention, you will need to 
- Select process/window to share from your computer
- If you want to share and show everything happening on your computer, select Entire Screen                    

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

नाम talkroom screen sharing talkroom screen sharing
ID bacdhkkjdbghahbhopkgfijligodechn
आधिकारिक URL https://chromewebstore.google.com/detail/talkroom-screen-sharing/bacdhkkjdbghahbhopkgfijligodechn
विवरण Share full-screen or specific application's screen on any HTTPs domain!
फ़ाइल का आकार 10.22 KB
स्थापना संख्या 92
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2018-01-25
प्रकाशन तिथि 2018-01-25
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://talkroom.io
सहायता पृष्ठ URL https://talkroom.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "talkroom screen sharing",
    "author": "Galaxy Weblinks",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "https:\/\/talkroom.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/talkroom.io\/*",
                "https:\/\/blumblum15.galaxysofttech.co.in\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}