My Business Matches™ - Screen Sharing

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

Co to jest My Business Matches™ - Screen Sharing?

My Business Matches™ - Screen Sharing to rozszerzenie Chrome opracowane przez https://mybusinessmatches.com, a jego główną funkcją jest „This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.”.

Pobierz plik CRX rozszerzenia My Business Matches™ - Screen Sharing

Pobierz pliki rozszerzeń My Business Matches™ - Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa My Business Matches™ - Screen Sharing My Business Matches™ - Screen Sharing
ID cblepembechalfcndmihppapjhpdfjgf
Oficjalny URL https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf
Opis This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Rozmiar pliku 31.15 KB
Liczba instalacji 64
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-07-30
Data Publikacji 2015-07-30
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://mybusinessmatches.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}