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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check NFT price with the most accurate NFT Valuation Tool powered by NFTBank."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFTBank.ai - NFT Valuation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |