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开发的Chrome扩展程序,该扩展的主要功能是“List for sale on OpenSea an entire NFT collection on autopilot.”。
扩展截图
下载OpenSea Bulk List for Sale扩展crx文件
下载OpenSea Bulk List for Sale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |