My Business Matches™ - Screen Sharing

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

Hvad er My Business Matches™ - Screen Sharing?

My Business Matches™ - Screen Sharing er en Chrome-udvidelse udviklet af https://mybusinessmatches.com, og dens hovedfunktion er "This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.".

Download My Business Matches™ - Screen Sharing-udvidelses-CRX-fil

Download My Business Matches™ - Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn My Business Matches™ - Screen Sharing My Business Matches™ - Screen Sharing
ID cblepembechalfcndmihppapjhpdfjgf
Officiel URL https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf
Beskrivelse This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
Filstørrelse 31.15 KB
Antal Installationer 64
Nuværende Version 1.2
Senest Opdateret 2015-07-30
Udgivelsesdato 2015-07-30
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler https://mybusinessmatches.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}