GO-Global
GO-Global browser plug-in.
GO-Global란 무엇입니까?
GO-Global은(는) https://www.graphon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GO-Global browser plug-in."입니다.
확장 프로그램 스크린샷
GO-Global 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 | 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"
]
} | |