GO-Global
GO-Global browser plug-in.
What is GO-Global?
GO-Global is a Chrome extension developed by https://www.graphon.com, and its main feature is "GO-Global browser plug-in.".
Extension Screenshots
Download GO-Global Extension CRX File
Download GO-Global extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GO-Global |
ID | kkehppgllpkfohejllckommnpfeomhnc |
Official URL | https://chromewebstore.google.com/detail/go-global/kkehppgllpkfohejllckommnpfeomhnc |
Description | GO-Global browser plug-in. |
File Size | 46.17 KB |
Installation Count | 53,841 |
Current Version | 5.0.2.24620 |
Last Updated | 2017-06-22 |
Publish Date | 2017-06-22 |
Rating | 3.50/5 Total 44 Ratings |
Developer | https://www.graphon.com |
Payment Type | free |
Extension Website | http://marketing.graphon.com/what-to-try.html |
Help Page URL | http://www.graphon.com/customer-support |
Supported Languages | 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" ] } |