My Business Matches™ - Screen Sharing

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

Co je My Business Matches™ - Screen Sharing?

My Business Matches™ - Screen Sharing je rozšíření Chrome vyvinuté https://mybusinessmatches.com, a jeho hlavní funkcí je „This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.“.

Stáhnout soubor CRX rozšíření My Business Matches™ - Screen Sharing

Stáhněte si soubory rozšíření My Business Matches™ - Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název My Business Matches™ - Screen Sharing My Business Matches™ - Screen Sharing
ID cblepembechalfcndmihppapjhpdfjgf
Oficiální URL https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf
Popis This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Velikost souboru 31.15 KB
Počet instalací 64
Aktuální Verze 1.2
Poslední Aktualizace 2015-07-30
Datum Vydání 2015-07-30
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://mybusinessmatches.com
Typ Platby free
Podporované Jazyky 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"
    ]
}