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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OpenSea Bulk List for Sale

قم بتنزيل ملفات الامتداد OpenSea Bulk List for Sale بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم OpenSea Bulk List for Sale OpenSea Bulk List for Sale
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
عنوان صفحة المساعدة 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"
        }
    ]
}