ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
ZuPago Crypto Tracker & Converter란 무엇입니까?
ZuPago Crypto Tracker & Converter은(는) http://zupago.pe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps Calculate Current Crypto Currency Exchange Live Rates"입니다.
확장 프로그램 스크린샷
ZuPago Crypto Tracker & Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ZuPago Crypto Tracker & Converter, Give Best and reliable life Exchange Rates of Crypto-Currency, it enables you to config which rate is important to you and what to display. Also Enable you to set unlimited notification you can easily monitors live rate by config alert.
확장 프로그램 기본 정보
이름 | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
공식 URL | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
설명 | Helps Calculate Current Crypto Currency Exchange Live Rates |
파일 크기 | 472 KB |
설치 횟수 | 41 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2019-01-09 |
출시 날짜 | 2019-01-09 |
평점 | 4.50/5 총 16 개의 평점 |
개발자 | http://zupago.pe |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zupago.pe/terms |
도움말 페이지 URL | https://zupago.pe/contact-us |
개인정보 보호 정책 페이지 URL | https://zupago.pe/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZuPago Crypto Tracker & Converter", "short_name": "ZuPago Crypto Tracker & Converter", "version": "1.4.2", "description": "Helps Calculate Current Crypto Currency Exchange Live Rates", "permissions": [ "storage", "https:\/\/*.zupago.pe\/*", "https:\/\/*.bitcoinaverage.com\/*", "http:\/\/*.zupago.pe\/*", "http:\/\/*.bitcoinaverage.com\/*", "notifications" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-hmUatUa8ps28FFeQ0hy1vzqR8OLGYf4uaOrNyUdYeF0=' https:\/\/ssl.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "manifest_version": 2 } |