ListingJoy Marketplace Crosslisting

A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more

ListingJoy Marketplace Crosslistingคืออะไร?

ListingJoy Marketplace Crosslisting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://listingjoy.com และคุณลักษณะหลักของมันคือ "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more"

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

screenshot
screenshot

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

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

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

                        ListingJoy lets you create and crossposting listings with all major marketplaces with the click of a button. Crosslist between eBay, Etsy, Mercari, Poshmark, and Facebook Marketplace.                    

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

ชื่อ ListingJoy Marketplace Crosslisting ListingJoy Marketplace Crosslisting
ID hhcmgjflfmmcceihiimlmmcepemekkge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/listingjoy-marketplace-cr/hhcmgjflfmmcceihiimlmmcepemekkge
คำอธิบาย A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more
ขนาดไฟล์ 719 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน 1.0.25
อัปเดตครั้งล่าสุด 2020-05-19
วันที่เผยแพร่ 2020-05-19
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://listingjoy.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://listingjoy.com
URL หน้าช่วยเหลือ https://listingjoy.com
ภาษาที่รองรับ en
manifest.json
{
    "name": "ListingJoy Marketplace Crosslisting",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.listingjoy.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/.mercari.com\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/.poshmark.com\/*",
        "*:\/\/*.tradesy.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/.facebook.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/i.etsystatic.com\/*",
        "*:\/\/*.cloudfront.net\/*",
        "*:\/\/mercari-images.global.ssl.fastly.net\/*",
        "*:\/\/firebasestorage.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.listingjoy.com\/*",
            "*:\/\/poshmark.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.listingjoy.com\/*"
            ],
            "js": [
                "contentFrame.bundle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/create-listing*",
                "https:\/\/poshmark.com\/edit-listing\/*",
                "https:\/\/poshmark.com\/closet*",
                "https:\/\/poshmark.com\/feed*",
                "https:\/\/poshmark.com\/login*"
            ],
            "js": [
                "poshmark.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/closet*"
            ],
            "js": [
                "poshmarkListings.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.mercari.com\/sell*",
                "https:\/\/www.mercari.com\/mypage*"
            ],
            "js": [
                "mercari.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.tradesy.com\/*"
            ],
            "js": [
                "tradesy.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "description": "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more",
    "version": "1.0.25"
}