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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://koalamint.com และคุณลักษณะหลักของมันคือ "List for sale on OpenSea an entire NFT collection on autopilot."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenSea Bulk List for Sale
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |