GO-Global
GO-Global browser plug-in.
Hvad er GO-Global?
GO-Global er en Chrome-udvidelse udviklet af https://www.graphon.com, og dens hovedfunktion er "GO-Global browser plug-in.".
Udvidelsesskærmbilleder
Download GO-Global-udvidelses-CRX-fil
Download GO-Global-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dfifakhbglclfpaibeogoegkkimokhmg |
| Officiel URL | https://chromewebstore.google.com/detail/go-global/dfifakhbglclfpaibeogoegkkimokhmg |
| Beskrivelse | GO-Global browser plug-in. |
| Filstørrelse | 40.3 KB |
| Antal Installationer | 14,246 |
| Nuværende Version | 4.8.2.21320 |
| Senest Opdateret | 2015-01-29 |
| Udgivelsesdato | 2015-01-29 |
| Bedømmelse | 3.52/5 Samlet 44 Bedømmelser |
| Udvikler | https://www.graphon.com |
| Betalingsmetode | free |
| Udvidelseswebsted | http://marketing.graphon.com/what-to-try.html |
| Hjælpeside-URL | http://www.graphon.com/customer-support |
| Understøttede Sprog | 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"
]
} | |