OpenSea Bulk List for Sale
List for sale on OpenSea an entire NFT collection on autopilot.
OpenSea Bulk List for Sale क्या है?
OpenSea Bulk List for Sale http://koalamint.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List for sale on OpenSea an entire NFT collection on autopilot."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenSea Bulk List for Sale एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save endless hours of your time by automating the listing for sale process on OpenSea. // Generative NFT Collections // Enumerate your NFTs and let our extension do the heavy-lifting of the listing for sale process. //Ehtereum & Polygon// Although the listing process is slightly different, our extension works for both networks. //It's Free// Our extension is and will be forever free. *We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with OpenSea, or any of its subsidiaries or its affiliates
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghhnlkohgcaidjodemafibahampmgmfp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/opensea-bulk-list-for-sal/ghhnlkohgcaidjodemafibahampmgmfp |
विवरण | List for sale on OpenSea an entire NFT collection on autopilot. |
फ़ाइल का आकार | 47.62 KB |
स्थापना संख्या | 303 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-06-10 |
प्रकाशन तिथि | 2022-05-21 |
डेवलपर | http://koalamint.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://support.nft-bulk.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OpenSea Bulk List for Sale", "version": "1.2", "description": "List for sale on OpenSea an entire NFT collection on autopilot.", "permissions": [ "storage", "tabs" ], "action": { "default_popup": "window.html" }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [], "js": [ "jquery-3.3.1.min.js", "util.js", "content.js" ], "matches": [ "https:\/\/testnets.opensea.io\/*", "https:\/\/opensea.io\/*" ], "run_at": "document_end" } ] } |