CoinSign extension

To be used for signature to ensure the security of each account or device.

CoinSign extensionคืออะไร?

CoinSign extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CoinsDo และคุณลักษณะหลักของมันคือ "To be used for signature to ensure the security of each account or device."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinSign extension

ดาวน์โหลดไฟล์ส่วนขยาย CoinSign extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}