GO-Global
GO-Global browser plug-in.
Cos'è GO-Global?
GO-Global è un'estensione di Chrome sviluppata da https://www.graphon.com, e la sua funzione principale è "GO-Global browser plug-in.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GO-Global
Scarica i file di estensione GO-Global 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
GO-Global lets you access Windows Applications and Files from Anywhere, on any platform. The GO-Global extension for Chrome allows users to connect to GO-Global hosts directly through their browser. You must install the GO-Global Host software to use this extension. Please visit http://www.graphon.com to download a free trial.
Informazioni di Base sull'Estensione
Nome | GO-Global |
ID | kkehppgllpkfohejllckommnpfeomhnc |
URL Ufficiale | https://chromewebstore.google.com/detail/go-global/kkehppgllpkfohejllckommnpfeomhnc |
Descrizione | GO-Global browser plug-in. |
Dimensione del File | 46.17 KB |
Conteggio Installazioni | 53,841 |
Versione Corrente | 5.0.2.24620 |
Ultimo Aggiornamento | 2017-06-22 |
Data di Pubblicazione | 2017-06-22 |
Valutazione | 3.50/5 Totale 44 Valutazioni |
Sviluppatore | https://www.graphon.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://marketing.graphon.com/what-to-try.html |
URL della Pagina di Aiuto | http://www.graphon.com/customer-support |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GO-Global", "version": "5.0.2.24620", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "GO-Global browser plug-in.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "web_accessible_resources": [ "*.png", "*.gif", "main.html", "main.js" ] } |