GO-Global
GO-Global browser plug-in.
Wat is GO-Global?
GO-Global is een Chrome-extensie ontwikkeld door https://www.graphon.com, en de belangrijkste functie is "GO-Global browser plug-in.".
Extensie Screenshots
Download het CRX-bestand van de extensie GO-Global
Download GO-Global-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dfifakhbglclfpaibeogoegkkimokhmg |
| Officiële URL | https://chromewebstore.google.com/detail/go-global/dfifakhbglclfpaibeogoegkkimokhmg |
| Beschrijving | GO-Global browser plug-in. |
| Bestandsgrootte | 40.3 KB |
| Aantal Installaties | 14,246 |
| Huidige Versie | 4.8.2.21320 |
| Laatst Bijgewerkt | 2015-01-29 |
| Publicatiedatum | 2015-01-29 |
| Beoordeling | 3.52/5 Totaal 44 Beoordelingen |
| Ontwikkelaar | https://www.graphon.com |
| Betalingswijze | free |
| Extensiewebsite | http://marketing.graphon.com/what-to-try.html |
| Help Pagina-URL | http://www.graphon.com/customer-support |
| Ondersteunde Talen | 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"
]
} | |