Huobi Global Investment
Huobi Global Investment.
Huobi Global Investment란 무엇입니까?
Huobi Global Investment은(는) Huobi Invest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Huobi Global Investment."입니다.
확장 프로그램 스크린샷
Huobi Global Investment 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Since its establishment in 2013, Huobi's accumulative turnover has exceeded $1 trillion and once became the world's largest digital asset exchange with a global share of 50%. Financed by ZhenFund and Sequoia Capital, Huobi Group has invested in more than ten upstream and downstream enterprises. It has established compliance service teams in Singapore, US, Japan, South Korea, Hong Kong, Thailand, Australia with its secure and credible trading and asset management services to millions of users in 130+ countries.
확장 프로그램 기본 정보
이름 | |
ID | flenghkhpmkpbfbnpgndfdacnimiamhi |
공식 URL | https://chrome.google.com/webstore/detail/huobi-global-investment/flenghkhpmkpbfbnpgndfdacnimiamhi |
설명 | Huobi Global Investment. |
파일 크기 | 277 KB |
설치 횟수 | 241 |
현재 버전 | 1.5 |
최근 업데이트 | 2019-01-28 |
출시 날짜 | 2019-01-28 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | Huobi Invest |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.huobi.com/ |
개인정보 보호 정책 페이지 URL | https://www.huobi.com/about/privacy |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Huobi Global Investment", "version": "1.5", "description": "Huobi Global Investment.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Wellcome Huobi Global Investment", "default_popup": "popup\/popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.huobi.com\/*", "http:\/\/www.huobi.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.huobi.com\/*" ], "js": [ "popup\/js\/jquery.min.js", "popup\/js\/JQuery.md5.js", "popup\/js\/JQuery.cookie.js", "\/ChipPlus.js", "\/contentScript.js" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Huobi IT" } |