Meet Co-Browsing Extension

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

What is Meet Co-Browsing Extension?

Meet Co-Browsing Extension is a Chrome extension developed by dev, and its main feature is "This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.".

Extension Screenshots

screenshot

Download Meet Co-Browsing Extension Extension CRX File

Download Meet Co-Browsing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Meet Co-Browsing Extension Meet Co-Browsing Extension
ID lajcdabjijahgplgochhblglegapeoao
Official URL https://chromewebstore.google.com/detail/meet-co-browsing-extensio/lajcdabjijahgplgochhblglegapeoao
Description This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.
File Size 345 KB
Installation Count 56
Current Version 1.4.18
Last Updated 2020-10-18
Publish Date 2020-07-02
Developer dev
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}