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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | dfifakhbglclfpaibeogoegkkimokhmg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/go-global/dfifakhbglclfpaibeogoegkkimokhmg |
| الوصف | GO-Global browser plug-in. |
| حجم الملف | 40.3 KB |
| عدد التثبيتات | 14,246 |
| النسخة الحالية | 4.8.2.21320 |
| آخر تحديث | 2015-01-29 |
| تاريخ النشر | 2015-01-29 |
| تقييم | 3.52/5 مجموع تقييمات 44 |
| المطور | https://www.graphon.com |
| نوع الدفع | free |
| موقع الإضافة | http://marketing.graphon.com/what-to-try.html |
| عنوان صفحة المساعدة | http://www.graphon.com/customer-support |
| اللغات المدعومة | 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"
]
} | |