Moxtra Co-Browsing Extension

Helper utility for WebRTC Meeting.

What is Moxtra Co-Browsing Extension?

Moxtra Co-Browsing Extension is a Chrome extension developed by Moxtra.com, and its main feature is "Helper utility for WebRTC Meeting.".

Download Moxtra Co-Browsing Extension Extension CRX File

Download Moxtra 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

                        Helper Utility for supporting CB in Moxtra Meet.
This is testing Extension                    

Extension Basic Information

Name Moxtra Co-Browsing Extension Moxtra Co-Browsing Extension
ID ndgcaedhafmgcjmbhgleeinpghdonlhd
Official URL https://chromewebstore.google.com/detail/moxtra-co-browsing-extens/ndgcaedhafmgcjmbhgleeinpghdonlhd
Description Helper utility for WebRTC Meeting.
File Size 78.17 KB
Installation Count 14
Current Version 1.1
Last Updated 2018-04-17
Publish Date 2018-04-17
Developer Moxtra.com
Payment Type free
Extension Website https://www.moxtra.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moxtra Co-Browsing Extension",
    "description": "Helper utility for WebRTC Meeting.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "moxtra_128.png"
    },
    "homepage_url": "https:\/\/www.moxtra.com",
    "page_action": {
        "default_icon": "moxtra_128.png",
        "default_title": "Moxtra Co-Browsing Extension"
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.moxtra.com\/*",
            "*:\/\/*.grouphour.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "manifest.json"
    ]
}