IRIS Meet3.0
This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.
Cos'è IRIS Meet3.0?
IRIS Meet3.0 è un'estensione di Chrome sviluppata da https://meet3.iris-one.com, e la sua funzione principale è "This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IRIS Meet3.0
Scarica i file di estensione IRIS Meet3.0 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 |   |  
| ID | oodgchpjckojapdooofohmkphhjepdaj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/iris-meet30/oodgchpjckojapdooofohmkphhjepdaj | 
| Descrizione | This is a screen sharing extension for IRIS Meet3.0 developed by Interush Inc. | 
| Dimensione del File | 24.25 KB | 
| Conteggio Installazioni | 143 | 
| Versione Corrente | 2.15 | 
| Ultimo Aggiornamento | 2016-05-12 | 
| Data di Pubblicazione | 2016-05-12 | 
| Valutazione | 5.00/5 Totale 3 Valutazioni | 
| Sviluppatore | https://meet3.iris-one.com | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://www.iris-one.com/ | 
| Lingue Supportate | en,zh-CN,zh-TW,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Interush, Inc.",
    "version": "2.15",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/meet3.iris-one.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/meet3.iris-one.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |