Screen Sharing for mywebinar.me

Share your screen for mywebinar.me

Cos'è Screen Sharing for mywebinar.me?

Screen Sharing for mywebinar.me è un'estensione di Chrome sviluppata da https://join.mywebinar.me, e la sua funzione principale è "Share your screen for mywebinar.me".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Screen Sharing for mywebinar.me

Scarica i file di estensione Screen Sharing for mywebinar.me 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

                                            

Informazioni di Base sull'Estensione

Nome Screen Sharing for mywebinar.me Screen Sharing for mywebinar.me
ID madkhailjbhohapodhkjediaeoedocln
URL Ufficiale https://chromewebstore.google.com/detail/screen-sharing-for-mywebi/madkhailjbhohapodhkjediaeoedocln
Descrizione Share your screen for mywebinar.me
Dimensione del File 34.59 KB
Conteggio Installazioni 653
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-10-10
Data di Pubblicazione 2017-10-10
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://join.mywebinar.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "version_name": "1.0.2",
    "author": "processo",
    "manifest_version": 2,
    "minimum_chrome_version": "53",
    "background": {
        "scripts": [
            "js\/background-script.js",
            "js\/RecordRTC.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/join.mywebinar.me\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/join.mywebinar.me\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon22.png",
        "default_title": "Screen Sharing for mywebinar.me"
    },
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "system.cpu",
        "activeTab",
        "tabs",
        "desktopCapture",
        "*:\/\/join.mywebinar.me\/*"
    ],
    "web_accessible_resources": [
        "images\/icon32.png",
        "js\/content-script.js",
        "js\/background-script.js"
    ]
}