BeLive Desktop
BeLive.tv Desktop Extension
Cos'è BeLive Desktop?
BeLive Desktop è un'estensione di Chrome sviluppata da https://belive.tv, e la sua funzione principale è "BeLive.tv Desktop Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BeLive Desktop
Scarica i file di estensione BeLive Desktop 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
BeLive.tv is a web-based platform for engaging your audience on live networks. This extension enables the Screen Sharing functionality for BeLive.tv users, and has no function outside of that.
Informazioni di Base sull'Estensione
Nome | BeLive Desktop |
ID | jcgoegpgdgklohplpnopagfbipaaddcl |
URL Ufficiale | https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl |
Descrizione | BeLive.tv Desktop Extension |
Dimensione del File | 11.37 KB |
Conteggio Installazioni | 30,000 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-01-07 |
Data di Pubblicazione | 2020-01-07 |
Valutazione | 3.79/5 Totale 14 Valutazioni |
Sviluppatore | https://belive.tv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://belive.tv |
URL della Pagina di Aiuto | https://help.belive.tv |
Lingue Supportate | en |
manifest.json | |
{ "author": "BeLive Studios LTD", "name": "BeLive Desktop", "description": "BeLive.tv Desktop Extension", "homepage_url": "https:\/\/belive.tv\/", "icons": { "48": "icon.png" }, "background": { "persistent": false, "scripts": [ "background-script.js", "background-v2-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/*" ] }, "manifest_version": 2, "minimum_chrome_version": "34", "permissions": [ "desktopCapture", "system.cpu", "system.memory", "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "icon.png" ], "version": "1.2.1" } |