IceLink WebRTC Screen Capture

This extension allows IceLink WebRTC connections to use the screen as a video source.

IceLink WebRTC Screen Capture क्या है?

IceLink WebRTC Screen Capture https://frozenmountain.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows IceLink WebRTC connections to use the screen as a video source."।

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

screenshot

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

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

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

                        IceLink is a software development kit that provides WebRTC support for Internet Explorer, as well as for iOS, Android, Windows, Mac, Linux, and Xamarin applications. With IceLink, WebRTC Anywhere becomes a reality, and you can begin developing applications today that make use of peer-to-peer audio, video, and data streaming regardless of the browsers or platforms involved.

Using IceLink’s cross-platform API ensures that your applications are portable across all platforms. The API makes use of existing WebRTC support when available (Chrome, Firefox, etc.) and provides the same support everywhere else (Internet Explorer and numerous native platforms). Since IceLink adheres strictly to the WebRTC standard, applications written using other WebRTC implementations interact seamlessly with applications using IceLink. IceLink also includes simple API support for establishing “many-to-many” peer-to-peer connections.

This extension allows WebRTC connections to use the screen as a video source.                    

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

नाम IceLink WebRTC Screen Capture IceLink WebRTC Screen Capture
ID nidjnlpklmpflfmfflalpddmadlgjckn
आधिकारिक URL https://chromewebstore.google.com/detail/icelink-webrtc-screen-cap/nidjnlpklmpflfmfflalpddmadlgjckn
विवरण This extension allows IceLink WebRTC connections to use the screen as a video source.
फ़ाइल का आकार 374 KB
स्थापना संख्या 415
वर्तमान संस्करण 3.0.10
अंतिम अपडेट 2017-04-10
प्रकाशन तिथि 2017-04-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://frozenmountain.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.frozenmountain.com/products/icelink
सहायता पृष्ठ URL http://support.frozenmountain.com/
गोपनीयता नीति पृष्ठ URL https://www.frozenmountain.com/legal
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IceLink WebRTC Screen Capture",
    "version": "3.0.10",
    "description": "This extension allows IceLink WebRTC connections to use the screen as a video source.",
    "icons": {
        "16": "IceLink-16.png",
        "32": "IceLink-32.png",
        "48": "IceLink-48.png",
        "128": "IceLink-128.png"
    },
    "author": "Frozen Mountain Software",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.frozenmountain.com\/icelink\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "IceLink-16.png",
        "IceLink-32.png",
        "IceLink-48.png",
        "IceLink-128.png"
    ]
}