Figure Wallet
Figure Wallet Browser Extension
Figure Wallet란 무엇입니까?
Figure Wallet은(는) Figure에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Figure Wallet Browser Extension"입니다.
확장 프로그램 스크린샷
Figure Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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": [ " |