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によって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.」です。

My Business Matches™ - Screen Sharing拡張機能のCRXファイルをダウンロード

My Business Matches™ - Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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"
    ]
}