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은(는) http://listingjoy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ListingJoy Marketplace Crosslisting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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