OrdiFind Wallet

Send, Receive and Store Doge coin & Doginals

OrdiFind Wallet क्या है?

OrdiFind Wallet OrdiFind द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send, Receive and Store Doge coin & Doginals"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing the OIFI  Wallet - your ultimate solution for managing both Dogecoin and its unique counterpart, Doginal, with unmatched speed and versatility. This lightning-fast wallet has been meticulously designed to cater to the needs of the modern cryptocurrency enthusiast, offering seamless support for sending, receiving, and securely storing both Dogecoin and Doginal. Its user-friendly interface makes it incredibly easy to navigate, ensuring that users of all experience levels can harness its full potential.

One of the standout features of the OIFI Wallet is its ability to create and manage multiple wallets within a single, streamlined application. This empowers users to effortlessly organize their cryptocurrency holdings, whether they're separating funds for different purposes or managing portfolios for various individuals. Additionally, OIFI  Wallet offers support for importing existing wallets using either the 12-word mnemonic phrase or private keys, making it a versatile choice for both newcomers and experienced crypto users. With unrivaled speed and flexibility, OIFI Wallet is poised to become your go-to solution for all your Dogecoin and Doginal needs, offering a seamless and secure experience for the cryptocurrency enthusiasts of tomorrow.                    

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

नाम OrdiFind Wallet OrdiFind Wallet
ID dpcklmdombjcplafheapiblogdlgjjlb
आधिकारिक URL https://chromewebstore.google.com/detail/ordifind-wallet/dpcklmdombjcplafheapiblogdlgjjlb
विवरण Send, Receive and Store Doge coin & Doginals
फ़ाइल का आकार 816 KB
स्थापना संख्या 7,113
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2023-09-11
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर OrdiFind
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ordifind.com
सहायता पृष्ठ URL https://docs.ordifind.com/
गोपनीयता नीति पृष्ठ URL https://ordifind.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OrdiFind Wallet",
    "description": "Send, Receive and Store Doge coin & Doginals",
    "version": "1.0.5",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/ordifind.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "16": "favsmall.png",
        "24": "favsmall.png",
        "32": "favico.png",
        "48": "favico.png",
        "128": "favico.png"
    }
}