WaykiMax

A WaykiChain Wallet in your Browser

WaykiMax क्या है?

WaykiMax wiccdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A WaykiChain Wallet in your Browser"।

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

screenshot

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

crx प्रारूप में WaykiMax एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WaykiMax is a wallet extension for signing, receiving and broadcasting WaykiChain transactions.The extension feature that allows users to manage their account info, add token, check balance, create/import/export mnemonics, transfer WICC, etc.

Developers can integrate WaykiMax into their website to create DAPPs, in turn enabling the use of Dapps from within the browser.

You can always "view the source" of WaykiMax the way you do any Chrome extension, or view the source code on Github:
https://github.com/WaykiChain/wicc-webwallet-extensions

Contact WaykiChain:
telegram:https://t.me/waykichaindeveng                    

एक्सटेंशन की मूल जानकारी

नाम WaykiMax WaykiMax
ID odaegfdpkolgbdaeibcebmibmibchbce
आधिकारिक URL https://chrome.google.com/webstore/detail/waykimax/odaegfdpkolgbdaeibcebmibmibchbce
विवरण A WaykiChain Wallet in your Browser
फ़ाइल का आकार 1.64 MB
स्थापना संख्या 4,487
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2020-11-05
प्रकाशन तिथि 2020-01-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर wiccdev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.wiccdev.org/book/en/Privacy/PrivacyPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaykiMax",
    "version": "2.2.2",
    "description": "A WaykiChain Wallet in your Browser",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        },
        "default_title": "WaykiMax",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}