Figure Wallet

Figure Wallet Browser Extension

Figure Walletคืออะไร?

Figure Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Figure และคุณลักษณะหลักของมันคือ "Figure Wallet Browser Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Harness the power of distributed financial service applications powering Figure digital marketplaces, funds, investment opportunities, equity solutions, and more. The Figure Wallet is your connection to Figure's ecosystem where you can explore top-tier Fund and SPV products offered by experienced Fund Managers, explore highly-vetted investment opportunities for ownership stake in private companies, and explore digital utility tokens that are used to pay for transactions (gas fees), staking, and grants.

Figure Wallet provides business and consumer users the ability to connect and participate in the Figure ecosystem's next generation financial service applications powered by the Provenance Blockchain.

The Figure Wallet provides users with a secure, efficient, and robust self-custody key solution.  With the Figure Wallet you control your keys, you authorize applications to connect with your wallet, and you sign transactions completely on your device.

Use the Figure Wallet to participate in a financial services ecosystem that garners participation amongst broad range financial functions including asset originators, fund managers, servicers, banks, startups, investors, and more.                    

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

ชื่อ Figure Wallet Figure Wallet
ID mgbfflhghaohmaecmaggieniidindaoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/figure-wallet/mgbfflhghaohmaecmaggieniidindaoc
คำอธิบาย Figure Wallet Browser Extension
ขนาดไฟล์ 5.68 MB
จำนวนการติดตั้ง 621
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2022-12-19
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Figure
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.figure.com/
URL หน้าช่วยเหลือ https://www.figure.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.figure.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "author": "Figure Technologies",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+F",
                "default": "Alt+Shift+F",
                "linux": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "windows": "Alt+Shift+F"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Figure Wallet Browser Extension",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "Figure Wallet",
    "permissions": [
        "storage"
    ],
    "version": "0.4.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "figure-wallet-extension.js",
                "index.html"
            ]
        }
    ]
}