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