Meet With Me Now

This Google Chrome extension brings screen sharing to Meet With Me Now

Meet With Me Now क्या है?

Meet With Me Now https://room.mwmnow.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Google Chrome extension brings screen sharing to Meet With Me Now"।

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

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

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

                        Screen sharing extension for Meet With Me Now                    

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

नाम Meet With Me Now Meet With Me Now
ID eccifenbjnkphnnfdfajhnbkhkjgadkb
आधिकारिक URL https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb
विवरण This Google Chrome extension brings screen sharing to Meet With Me Now
फ़ाइल का आकार 8.32 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.0.0.6
अंतिम अपडेट 2017-01-27
प्रकाशन तिथि 2017-01-27
डेवलपर https://room.mwmnow.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "XmarteK",
    "background": {
        "persistent": false,
        "scripts": [
            "background-config.js",
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/room.mwmnow.com\/*"
            ]
        }
    ],
    "description": "This Google Chrome extension brings screen sharing to Meet With Me Now",
    "homepage_url": "https:\/\/www.mwmnow.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Meet With Me Now",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.6",
    "web_accessible_resources": [
        "icon.png"
    ]
}