GO-Global
GO-Global browser plug-in.
Was ist GO-Global?
GO-Global ist eine Chrome-Erweiterung, die von https://www.graphon.com entwickelt wurde, und ihr Hauptmerkmal ist "GO-Global browser plug-in.".
Erweiterungsscreenshots
GO-Global-Erweiterungs-CRX-Datei herunterladen
Laden Sie GO-Global-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kkehppgllpkfohejllckommnpfeomhnc |
| Offizielle URL | https://chromewebstore.google.com/detail/go-global/kkehppgllpkfohejllckommnpfeomhnc |
| Beschreibung | GO-Global browser plug-in. |
| Dateigröße | 46.17 KB |
| Installationsanzahl | 53,841 |
| Aktuelle Version | 5.0.2.24620 |
| Letztes Update | 2017-06-22 |
| Veröffentlichungsdatum | 2017-06-22 |
| Bewertung | 3.50/5 Insgesamt 44 Bewertungen |
| Entwickler | https://www.graphon.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://marketing.graphon.com/what-to-try.html |
| Hilfeseite URL | http://www.graphon.com/customer-support |
| Unterstützte Sprachen | 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"
]
} | |