SellRaze Marketplace Crosslister

Crosslister for Facebook Marketplace, Mercari, and More!

SellRaze Marketplace Crosslister란 무엇입니까?

SellRaze Marketplace Crosslister은(는) https://sellraze.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crosslister for Facebook Marketplace, Mercari, and More!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SellRaze Marketplace Crosslister 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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