Spreed.ME screen sharing

This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.

Spreed.ME screen sharing क्या है?

Spreed.ME screen sharing https://spreed.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers."।

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

screenshot

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

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

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

                        This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.                    

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

नाम Spreed.ME screen sharing Spreed.ME screen sharing
ID labcnlicceloglidikcjbfglhnjibcbd
आधिकारिक URL https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd
विवरण This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
फ़ाइल का आकार 26.15 KB
स्थापना संख्या 2,362
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2015-02-12
प्रकाशन तिथि 2015-02-12
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर https://spreed.me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.struktur.de/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "struktur AG",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "detector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.",
    "icons": {
        "128": "logo-128x128.png",
        "16": "logo-16x16.png",
        "32": "logo-32x32.png",
        "48": "logo-48x48.png",
        "512": "logo-512x512.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33",
    "name": "Spreed.ME screen sharing",
    "permissions": [
        "tabs",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Spreed.ME screen sharing",
    "version": "0.2.1"
}