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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}