Paragon

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

Paragonคืออะไร?

Paragon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Paragon

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

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

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