My Business Matches™ - Screen Sharing

This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.

My Business Matches™ - Screen Sharing क्या है?

My Business Matches™ - Screen Sharing https://mybusinessmatches.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings."।

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

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

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

                                            

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

नाम My Business Matches™ - Screen Sharing My Business Matches™ - Screen Sharing
ID cblepembechalfcndmihppapjhpdfjgf
आधिकारिक URL https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf
विवरण This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
फ़ाइल का आकार 31.15 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-07-30
प्रकाशन तिथि 2015-07-30
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://mybusinessmatches.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Business Matches\u2122 - Screen Sharing",
    "author": "My Business Matches",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/mybusinessmatches.com\/ virtual meetings.",
    "homepage_url": "https:\/\/mybusinessmatches.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.mybusinessmatches.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}