Xtreamr.STUDIO
This Chrome extension allows you to share screen while using Xtreamr.STUDIO
Cos'è Xtreamr.STUDIO?
Xtreamr.STUDIO è un'estensione di Chrome sviluppata da Xtreamr, e la sua funzione principale è "This Chrome extension allows you to share screen while using Xtreamr.STUDIO".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Xtreamr.STUDIO
Scarica i file di estensione Xtreamr.STUDIO 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
This app allows you to share your screen while live streaming using Xtreamr.STUDIO.
Informazioni di Base sull'Estensione
Nome | |
ID | nafigficdopdggngloflibdmjmojkbeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/xtreamrstudio/nafigficdopdggngloflibdmjmojkbeo |
Descrizione | This Chrome extension allows you to share screen while using Xtreamr.STUDIO |
Dimensione del File | 30.55 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-11-20 |
Data di Pubblicazione | 2016-11-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Xtreamr |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xtreamr.STUDIO", "author": "Xtreamr Team", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension allows you to share screen while using Xtreamr.STUDIO", "homepage_url": "http:\/\/xtreamr.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.xtrea.mr\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |