Meet Co-Browsing Extension

This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.

Meet Co-Browsing Extensionとは何ですか?

Meet Co-Browsing Extensionはdevによって開発されたChromeの拡張機能で、その主な機能は「This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.」です。

拡張機能のスクリーンショット

screenshot

Meet Co-Browsing Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will help WebRTC meet users to use co-browsing feature within Chrome Browser                    

拡張機能の基本情報

名前 Meet Co-Browsing Extension Meet Co-Browsing Extension
ID lajcdabjijahgplgochhblglegapeoao
公式URL https://chromewebstore.google.com/detail/meet-co-browsing-extensio/lajcdabjijahgplgochhblglegapeoao
説明 This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.
ファイルサイズ 345 KB
インストール数 56
現在のバージョン 1.4.18
最終更新日 2020-10-18
公開日 2020-07-02
開発者 dev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Co-Browsing Extension",
    "description": "This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.",
    "version": "1.4.18",
    "manifest_version": 2,
    "icons": {
        "128": "moxtra_128.png"
    },
    "homepage_url": "https:\/\/www.moxtra.com",
    "page_action": {
        "default_icon": "moxtra_128.png",
        "default_title": "Meet Co-Browsing Extension"
    },
    "permissions": [
        "",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "mx-websharing.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.moxtra.com\/*",
            "*:\/\/*.grouphour.com\/*",
            "*:\/\/*.moxo.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.test.com\/*",
            "*:\/\/*.cb.com\/*",
            "*:\/\/*.grouphour.cn\/*"
        ]
    },
    "web_accessible_resources": [
        "manifest.json"
    ]
}