Finnie

Finnie Chrome Extension.

Finnieคืออะไร?

Finnie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://koii.network และคุณลักษณะหลักของมันคือ "Finnie Chrome Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finnie

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

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

                        Finnie: The best Web3 wallet for cross-chain infrastructure

Finnie is the official wallet of the Koii Network, a leading provider of compute power and AI infrastructure. Finnie is the easiest and most secure way to manage your tokens across multiple chains, including Koii's settlement layer K2, Ethereum, Solana, and Arweave. With Finnie, you can easily send and receive tokens, sign transactions, and participate in DeFi applications.

Key features of Finnie:
- Safe and secure: Finnie uses industry-leading security practices to protect -your tokens.
- Cross-chain support: Manage your tokens across multiple chains with ease.
- Easy to use: Finnie is the simplest and most user-friendly Web3 wallet.
- Future-proof: Finnie is constantly being updated to support new features and chains.

About Koii Network:
Koii Network is an industry-leading provider of compute power and AI infrastructure. The Koii Network is built on a decentralized platform that allows users to rent out their unused computing power to earn KOII and other tokens like USDC. KOII tokens can be used to pay for computing resources, participate in the network governance, and access exclusive features.
Download Finnie today and start managing your tokens with the best Web3 wallet for cross-chain infrastructure.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Finnie Finnie
ID cjmkndjhnagcfbpiemnkdpomccnjblmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finnie/cjmkndjhnagcfbpiemnkdpomccnjblmj
คำอธิบาย Finnie Chrome Extension.
ขนาดไฟล์ 20.67 MB
จำนวนการติดตั้ง 14,099
เวอร์ชันปัจจุบัน 0.4.10
อัปเดตครั้งล่าสุด 2023-11-10
วันที่เผยแพร่ 2021-07-14
คะแนน 4.74/5 รวมทั้งหมด 133 คะแนน
ผู้พัฒนา https://koii.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://koii.network/
URL หน้านโยบายความเป็นส่วนตัว https://www.koii.network/Privacy_Policy.pdf
ภาษาที่รองรับ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.10",
    "manifest_version": 3,
    "name": "Finnie",
    "description": "Finnie Chrome Extension.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "tabs",
        "notifications",
        "system.display",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "\/scripts\/arweave.js",
                "\/scripts\/solanaWeb3.js",
                "\/scripts\/eventEmitter.js",
                "\/scripts\/declareConstantScript.js",
                "\/scripts\/finnieRpcConnectionScript.js",
                "\/scripts\/finnieEthereumProviderScript.js",
                "\/scripts\/finnieArweaveProviderScript.js",
                "\/scripts\/finnieSolanaProviderScript.js",
                "\/scripts\/finnieKoiiWalletProviderScript.js",
                "\/scripts\/finnieK2ProviderScript.js",
                "\/scripts\/mainScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval''",
        "object-src": "''self"
    },
    "default_locale": "en"
}