Paragon

Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.

Paragon क्या है?

Paragon https://garlix.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO."।

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

screenshot
screenshot

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

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

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

                        Paragon is a highly secure and user-friendly web crypto wallet extension designed for the Novo community.

Paragon keeps your crypto and keys stored locally on your device at all times. This means that you never have to worry about your private information being sent to a third party, making it impossible for hackers or other malicious actors to access your assets.

In addition to our strong security measures, we also strive to make the user experience as simple and straightforward as possible. Our intuitive interface allows you to easily manage your accounts, view your transaction history, and send and receive crypto with just a few clicks.                    

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

नाम Paragon Paragon
ID gadbifgblmedliakbceidegloehmffic
आधिकारिक URL https://chromewebstore.google.com/detail/paragon/gadbifgblmedliakbceidegloehmffic
विवरण Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.
फ़ाइल का आकार 1.37 MB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-04-27
प्रकाशन तिथि 2023-04-27
रेटिंग 1.92/5 कुल 12 रेटिंग्स
डेवलपर https://garlix.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://paragon.garlix.io
सहायता पृष्ठ URL https://garlix.io/discord
समर्थित भाषाएँ en,es,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.2",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/[email protected]",
        "32": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/[email protected]",
            "32": "\/images\/[email protected]",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "https:\/\/garlix.io",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/paragon.garlix.io",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": [],
    "minimum_chrome_version": "88"
}