SellRaze Marketplace Crosslister

Crosslister for Facebook Marketplace, Mercari, and More!

SellRaze Marketplace Crosslisterคืออะไร?

SellRaze Marketplace Crosslister เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sellraze.com และคุณลักษณะหลักของมันคือ "Crosslister for Facebook Marketplace, Mercari, and More!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SellRaze Marketplace Crosslister

ดาวน์โหลดไฟล์ส่วนขยาย SellRaze Marketplace Crosslister ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SellRaze Crosslister is the all-in-one extension that enables sellers to create listings across multiple marketplaces including Facebook Marketplace, Mercari, Poshmark, and more.

SellRaze Crosslister creates and manages listings on your behalf, allowing you to quickly create listings with minimal downtime.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SellRaze Marketplace Crosslister SellRaze Marketplace Crosslister
ID boddliddenilkmjjipicghgdcdapofhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sellraze-marketplace-cros/boddliddenilkmjjipicghgdcdapofhi
คำอธิบาย Crosslister for Facebook Marketplace, Mercari, and More!
ขนาดไฟล์ 37.21 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2023-10-06
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://sellraze.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sellraze.com
URL หน้านโยบายความเป็นส่วนตัว https://sellraze.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "main.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "sellraze.bundle.js"
            ],
            "matches": [
                "*:\/\/dev.sellraze.com\/*",
                "*:\/\/sellraze.com\/*",
                "*:\/\/local.sellraze.com\/*"
            ],
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/upload.facebook.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/sellraze.com\/*",
        "*:\/\/api.sellraze.com\/*",
        "*:\/\/dev.sellraze.com\/*",
        "*:\/\/dev.api.sellraze.com\/*",
        "*:\/\/local.sellraze.com\/*",
        "*:\/\/local.api.sellraze.com\/*"
    ],
    "description": "Crosslister for Facebook Marketplace, Mercari, and More!",
    "icons": {
        "16": "icons\/sr_16.png",
        "48": "icons\/sr_48.png",
        "128": "icons\/sr_128.png"
    },
    "manifest_version": 3,
    "name": "SellRaze Marketplace Crosslister",
    "permissions": [
        "declarativeNetRequest",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/sellraze.com\/*",
            "http:\/\/local.sellraze.com\/*",
            "https:\/\/dev.sellraze.com\/*",
            "http:\/\/local.api.sellraze.com\/*"
        ]
    },
    "version": "0.1.8"
}