Magicall

Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.

Qu'est-ce que Magicall ?

Magicall est une extension Chrome développée par Team Ubiq, et sa fonction principale est "Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Magicall

Téléchargez les fichiers d'extension Magicall 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

                        Install this Chrome extension to start screen sharing on Magicall                    

Informations de Base sur l'Extension

Nom Magicall Magicall
ID kdcdiaphnacjkhokjinmgnpopfjdldoj
URL Officiel https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj
Description Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
Taille du Fichier 94.36 KB
Nombre d'Installations 51
Version Actuelle 0.4.4
Dernière Mise à Jour 2018-10-23
Date de Publication 2018-10-23
Développeur Team Ubiq
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.getmagicall.com/
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/80072039
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magicall",
    "description": "Magicall Chrome extension for screensharing on https:\/\/chat.getmagicall.com\/*.",
    "homepage_url": "https:\/\/www.getmagicall.com\/",
    "version": "0.4.4",
    "background": {
        "scripts": [
            "capturedesktop.js",
            "gcal_background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Magicall"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "ext\/jquery-3.3.1.min.js",
                "ext\/bililiteRange.js"
            ],
            "css": [
                "cal.css",
                "ext\/roboto.css"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "icon.png",
        "logo.svg"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getmagicall.com\/*",
            "https:\/\/*.magicall.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.google.com\/*"
        ]
    }
}