OpenSea Bulk List for Sale
List for sale on OpenSea an entire NFT collection on autopilot.
Apa itu OpenSea Bulk List for Sale?
OpenSea Bulk List for Sale adalah ekstensi Chrome yang dikembangkan oleh http://koalamint.com, dan fitur utamanya adalah "List for sale on OpenSea an entire NFT collection on autopilot.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OpenSea Bulk List for Sale
Unduh file ekstensi OpenSea Bulk List for Sale dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ghhnlkohgcaidjodemafibahampmgmfp |
URL Resmi | https://chrome.google.com/webstore/detail/opensea-bulk-list-for-sal/ghhnlkohgcaidjodemafibahampmgmfp |
Deskripsi | List for sale on OpenSea an entire NFT collection on autopilot. |
Ukuran File | 47.62 KB |
Jumlah Instalasi | 303 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-06-10 |
Tanggal Publikasi | 2022-05-21 |
Pengembang | http://koalamint.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://support.nft-bulk.com/ |
Bahasa yang Didukung | 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" } ] } |