OrdiFind Wallet

Send, Receive and Store Doge coin & Doginals

什麼是OrdiFind Wallet?

OrdiFind Wallet是由OrdiFind開發的Chrome擴展程式,該擴展的主要功能是“Send, Receive and Store Doge coin & Doginals”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載OrdiFind Wallet擴展crx文件

下載OrdiFind Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}