CoinSign extension
To be used for signature to ensure the security of each account or device.
CoinSign extension란 무엇입니까?
CoinSign extension은(는) CoinsDo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To be used for signature to ensure the security of each account or device."입니다.
확장 프로그램 스크린샷
CoinSign extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CoinSign extension is mainly used for signature to ensure the security of each account. The extension is installed on the device of the verified account, and each device will receive a unique private key which is bound to the verified account and device. 1. Please ensure to keep the password and private key information safely and securely. Do not freely show to others. If you lose your information and resulted in the loss of your assets, CoinsDo will not be held responsible for any damages. 2. CoinsDo terms of services are subjected to changes from time to time and will notify you of the changes through appropriate methods. You understand and agree that if you continue to use the service should there be changes, it is deemed that you agreed to the changes. Privacy Policy https://web.coinsdotest.com/privacy_policy.en-US.html
확장 프로그램 기본 정보
이름 | CoinSign extension |
ID | ilhkggppoohfhjlnpindnjlbkpenbpkc |
공식 URL | https://chromewebstore.google.com/detail/coinsign-extension/ilhkggppoohfhjlnpindnjlbkpenbpkc |
설명 | To be used for signature to ensure the security of each account or device. |
파일 크기 | 992 KB |
설치 횟수 | 209 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-05-25 |
출시 날짜 | 2021-08-05 |
개발자 | CoinsDo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.coinsdo.com/wallet_signer.html |
개인정보 보호 정책 페이지 URL | https://www.coinsdo.com/privacy_policy/privacy_policy.en-US.html |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.1", "manifest_version": 2, "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "48": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_popup": "html\/index.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ], "permissions": [ "storage" ] } |