Magicall

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

Cos'è Magicall?

Magicall è un'estensione di Chrome sviluppata da Team Ubiq, e la sua funzione principale è "Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magicall

Scarica i file di estensione Magicall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Install this Chrome extension to start screen sharing on Magicall                    

Informazioni di Base sull'Estensione

Nome Magicall Magicall
ID kdcdiaphnacjkhokjinmgnpopfjdldoj
URL Ufficiale https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj
Descrizione Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
Dimensione del File 94.36 KB
Conteggio Installazioni 51
Versione Corrente 0.4.4
Ultimo Aggiornamento 2018-10-23
Data di Pubblicazione 2018-10-23
Sviluppatore Team Ubiq
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getmagicall.com/
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/80072039
Lingue Supportate 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\/*"
        ]
    }
}