GO-Global
GO-Global browser plug-in.
GO-Globalคืออะไร?
GO-Global เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.graphon.com และคุณลักษณะหลักของมันคือ "GO-Global browser plug-in."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GO-Global
ดาวน์โหลดไฟล์ส่วนขยาย GO-Global ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GO-Global |
ID | kkehppgllpkfohejllckommnpfeomhnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/go-global/kkehppgllpkfohejllckommnpfeomhnc |
คำอธิบาย | GO-Global browser plug-in. |
ขนาดไฟล์ | 46.17 KB |
จำนวนการติดตั้ง | 53,841 |
เวอร์ชันปัจจุบัน | 5.0.2.24620 |
อัปเดตครั้งล่าสุด | 2017-06-22 |
วันที่เผยแพร่ | 2017-06-22 |
คะแนน | 3.50/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | https://www.graphon.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://marketing.graphon.com/what-to-try.html |
URL หน้าช่วยเหลือ | http://www.graphon.com/customer-support |
ภาษาที่รองรับ | 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" ] } |