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 | |
| ID | dfifakhbglclfpaibeogoegkkimokhmg |
| URL Ufficiale | https://chromewebstore.google.com/detail/go-global/dfifakhbglclfpaibeogoegkkimokhmg |
| Descrizione | GO-Global browser plug-in. |
| Dimensione del File | 40.3 KB |
| Conteggio Installazioni | 14,246 |
| Versione Corrente | 4.8.2.21320 |
| Ultimo Aggiornamento | 2015-01-29 |
| Data di Pubblicazione | 2015-01-29 |
| Valutazione | 3.52/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": "4.8.2.21320",
"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"
]
} | |