Flow Reference Wallet

Digital wallet created for everyone.

Flow Reference Wallet란 무엇입니까?

Flow Reference Wallet은(는) https://lilico.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Digital wallet created for everyone."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Flow Reference Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Digital wallet created‍ for everyone.
Trusted. Battle-tested. Beautifully designed.                    

확장 프로그램 기본 정보

이름 Flow Reference Wallet Flow Reference Wallet
ID hpclkefagolihohboafpheddmmgdffjm
공식 URL https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm
설명 Digital wallet created for everyone.
파일 크기 6.75 MB
설치 횟수 23,127
현재 버전 2.0.4
최근 업데이트 2024-01-21
출시 날짜 2022-05-10
평점 4.37/5 총 19 개의 평점
개발자 https://lilico.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://core.flow.com
도움말 페이지 URL https://core.flow.com
개인정보 보호 정책 페이지 URL https://lilico.app/about/privacy-policy
지원되는 언어 en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "2.0.4",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Flow Reference Wallet"
    },
    "author": "https:\/\/core.flow.com\/",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js",
                "script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "notifications",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "user-media-permission.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiAg0\/l7X\/jtVam5W+Ihmi5IH8rf+Atjk19hcooq0\/tidIXqtzi0qznypsLp4qYgofqmVGdzHr\/V6EWEL4e\/PDP6EL3NzKsx4Iya71Yr\/qzqIJd+Rsa4ps0eGw7RH4Fy69rZLhUfZIzkyGMiiBYNVWQ8tcqivEJTgDAg9BS25rC7WA9siuaLRBMq2BEpw4Uekq7UNz8wh6d6T7qriKzlE+5EFEICxVy21nCQJAGjDuqf\/ZMsYMSt728l3RwXdh6W\/z8T\/94GkLdZrMrwDmKFTKl1RgvqDKr0jCj9ns8UYir2ySB1NRCKl6G6filGw5XtjuthpRQQlNHNNhrENDNaIfwIDAQAB",
    "oauth2": {
        "client_id": "556216024625-pvt3p9eqjmjm1cu7duqqskta2fq58rni.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}