Meet Co-Browsing Extension

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

Qu'est-ce que Meet Co-Browsing Extension ?

Meet Co-Browsing Extension est une extension Chrome développée par dev, et sa fonction principale est "This browser extension is a helper tool for demonstration scenarios to show how Moxtra is working in any webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Meet Co-Browsing Extension

Téléchargez les fichiers d'extension Meet Co-Browsing Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Meet Co-Browsing Extension Meet Co-Browsing Extension
ID lajcdabjijahgplgochhblglegapeoao
URL Officiel 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.
Taille du Fichier 345 KB
Nombre d'Installations 56
Version Actuelle 1.4.18
Dernière Mise à Jour 2020-10-18
Date de Publication 2020-07-02
Développeur dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}