Tutorcast

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

Tutorcast क्या है?

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

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

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

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

                        Tutorcast screen sharing allows tutors to share their screens with students.                    

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

नाम Tutorcast Tutorcast
ID njncmjbcfcoipkceaicngchidlhijfja
आधिकारिक URL https://chrome.google.com/webstore/detail/tutorcast/njncmjbcfcoipkceaicngchidlhijfja
विवरण This Chrome extension is developed primary for https://tutorcast.tv/. It doesn't do anything except capture content of your screen.
फ़ाइल का आकार 14.53 KB
स्थापना संख्या 204
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2015-10-22
प्रकाशन तिथि 2015-10-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://tutorcast.tv
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tutorcast.tv
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tutorcast",
    "author": "Tutorcast, Inc.",
    "version": "1.1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tutorcast.tv\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/tutorcast.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/www.tutorcast.tv\/*",
                "*:\/\/tutorcast.tv\/*",
                "*:\/\/50.18.199.99\/*",
                "*:\/\/54.215.235.120\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}