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文件

下載NFTBank.ai - NFT Valuation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}