NFTBank.ai - NFT Valuation

Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.

NFTBank.ai - NFT Valuation란 무엇입니까?

NFTBank.ai - NFT Valuation은(는) NFTBank.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NFTBank.ai - NFT Valuation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.
Supported by 100K+ users both desktop and mobile, NFTBank Valuation makes your OpenSea experience smooth-sailing for free!

- Compare the estimated price of your NFT with the collection floor price in real-time.
- Take a look at the price change per NFT with the Historical Price Chart.
- Check out the NFTBank Valuation Confidence Level for an individual NFT.
- Compare the accuracy between the estimated price and the sales price. 
- Look into the portfolio of any NFT-holding wallets at a glance.

Reach out to our team via NFTBank Discord if you have any suggestions!
NFTBank is always by your side to provide the best NFT financialization experience.

How to Use
1. Download NFTBank Chrome Extension and access OpenSea.io.
2. Check out NFTBank Valuation in the 'Collections' page.
3. Refresh or restart Chrome if you don't see any valuation.                    

확장 프로그램 기본 정보

이름 NFTBank.ai - NFT Valuation NFTBank.ai - NFT Valuation
ID imjaeafgdhkjjpbdjkfkdlkoefpeagjf
공식 URL https://chromewebstore.google.com/detail/nftbankai-nft-valuation/imjaeafgdhkjjpbdjkfkdlkoefpeagjf
설명 Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.
파일 크기 1.54 MB
설치 횟수 279
현재 버전 0.4.1
최근 업데이트 2022-11-17
출시 날짜 2022-10-13
평점 5.00/5 총 5 개의 평점
개발자 NFTBank.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nftbank.ai/
도움말 페이지 URL https://discord.com/invite/FAdkSCBZfZ
개인정보 보호 정책 페이지 URL https://contxtsio.notion.site/Privacy-Policy-9f0fd8d0d5004890b677114728aca76c
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFTBank.ai - NFT Valuation",
    "version": "0.4.1",
    "description": "Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank.",
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "logo_black.png",
                "logo_circle.png",
                "logo_circle_black.png",
                "arrow_up.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js",
                ".\/static\/js\/itemDetail.js",
                ".\/static\/js\/collectionDetail.js",
                ".\/static\/js\/collectionActivity.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "host_permissions": [
        "https:\/\/*.opensea.io\/*"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}