GO-Global
GO-Global browser plug-in.
Vad är GO-Global?
GO-Global är en Chrome-tillägg utvecklad av https://www.graphon.com, och dess huvudfunktion är "GO-Global browser plug-in.".
Tilläggsskärmbilder
Ladda ner GO-Global-förlängningens CRX-fil
Ladda ner GO-Global-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | GO-Global |
ID | kkehppgllpkfohejllckommnpfeomhnc |
Officiell webbadress | https://chromewebstore.google.com/detail/go-global/kkehppgllpkfohejllckommnpfeomhnc |
Beskrivning | GO-Global browser plug-in. |
Filstorlek | 46.17 KB |
Antal Installationer | 53,841 |
Aktuell Version | 5.0.2.24620 |
Senast Uppdaterad | 2017-06-22 |
Publiceringsdatum | 2017-06-22 |
Betyg | 3.50/5 Totalt 44 Betyg |
Utvecklare | https://www.graphon.com |
Betalningssätt | free |
Tilläggswebbplats | http://marketing.graphon.com/what-to-try.html |
Hjälpsida URL | http://www.graphon.com/customer-support |
Stödda Språk | 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" ] } |