Teamtalk Screen Sharing

This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.

Teamtalk Screen Sharing क्या है?

Teamtalk Screen Sharing https://teamtalk.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen."।

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

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

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

                        Screen Sharing Chrome Extension                    

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

नाम Teamtalk Screen Sharing Teamtalk Screen Sharing
ID ckmdabgcfgbecnpnekkjfcicjlgpblnp
आधिकारिक URL https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp
विवरण This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
फ़ाइल का आकार 14.08 KB
स्थापना संख्या 95
वर्तमान संस्करण 3.0
अंतिम अपडेट 2016-11-02
प्रकाशन तिथि 2016-11-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://teamtalk.io
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamtalk Screen Sharing",
    "author": "Teamtalk",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/teamtalk.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "screensharing-test.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/teamtalk\/public\/*",
            "http:\/\/teamtalk.io\/*",
            "https:\/\/teamtalk.io\/*",
            "*:\/\/teamtalk.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}