Sendtell Screen Capture Beta

This extension allows you to share your screen in a Sendtell group call.

Sendtell Screen Capture Beta क्या है?

Sendtell Screen Capture Beta https://app.sendtell.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to share your screen in a Sendtell group call."।

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

screenshot

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

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

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

                        Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.                    

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

नाम Sendtell Screen Capture Beta Sendtell Screen Capture Beta
ID cpdonkkcpjkiekfeocakffgniijgnoeg
आधिकारिक URL https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg
विवरण This extension allows you to share your screen in a Sendtell group call.
फ़ाइल का आकार 20.59 KB
स्थापना संख्या 35
वर्तमान संस्करण 2.7.3
अंतिम अपडेट 2016-06-28
प्रकाशन तिथि 2016-06-28
डेवलपर https://app.sendtell.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://sendtell.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sendtell Screen Capture Beta",
    "version": "2.7.3",
    "description": "This extension allows you to share your screen in a Sendtell group call.",
    "icons": {
        "16": "sendtell-16.png",
        "32": "sendtell-32.png",
        "48": "sendtell-48.png",
        "128": "sendtell-128.png"
    },
    "author": "Sendtell",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/sendtell.com",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "sendtell-16.png",
        "sendtell-32.png",
        "sendtell-48.png",
        "sendtell-128.png"
    ]
}