CoinSign extension

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

CoinSign extension क्या है?

CoinSign extension CoinsDo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To be used for signature to ensure the security of each account or device."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CoinSign extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}