Crosslister by Flyp

Crosslist to multiple marketplaces

Crosslister by Flyp란 무엇입니까?

Crosslister by Flyp은(는) https://tools.joinflyp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crosslist to multiple marketplaces"입니다.

확장 프로그램 스크린샷

screenshot

Crosslister by Flyp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use Flyp’s Crosslister absolutely free for 100 days! Crosslist your items across multiple marketplaces at once. Get more exposure and more sales on secondhand marketplaces like Mercari, Poshmark, Facebook Marketplace, and more.

Features include:
- Crosslisting to/from all marketplaces
- Importing from all marketplace
- Bulk delist/relist
- Automatic delisting when items sell
- Analytics
- Orders tracking
- Background remover

To learn more about using the tool and the different features, head over to https://resellertools.zendesk.com/hc/en-us/categories/4405098766989-FAQs-How-To-s

If you got any questions, email us at [email protected]                    

확장 프로그램 기본 정보

이름 Crosslister by Flyp Crosslister by Flyp
ID kbflhgfmfbghhjafnjbgpiopcdjeajio
공식 URL https://chromewebstore.google.com/detail/crosslister-by-flyp/kbflhgfmfbghhjafnjbgpiopcdjeajio
설명 Crosslist to multiple marketplaces
파일 크기 1.48 MB
설치 횟수 40,680
현재 버전 0.0.82
최근 업데이트 2024-02-29
출시 날짜 2021-07-29
평점 4.58/5 총 157 개의 평점
개발자 https://tools.joinflyp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tools.joinflyp.com
도움말 페이지 URL https://resellertools.zendesk.com/hc/en-us/categories/4405098766989-FAQs-How-To-s
개인정보 보호 정책 페이지 URL https://www.websitepolicies.com/policies/view/LZW56CdO
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crosslister by Flyp",
    "description": "Crosslist to multiple marketplaces",
    "version": "0.0.82",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "flypWeb.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/flyp-lister-web.herokuapp.com\/*",
                "*:\/\/flyp-tools-dev-web.herokuapp.com\/*",
                "*:\/\/tools.joinflyp.com\/*"
            ]
        },
        {
            "js": [
                "poshmark.js"
            ],
            "matches": [
                "*:\/\/poshmark.com\/*"
            ]
        },
        {
            "js": [
                "mercari.js"
            ],
            "matches": [
                "*:\/\/www.mercari.com\/*"
            ]
        },
        {
            "js": [
                "facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/upload.facebook.com\/*",
        "*:\/\/flyp-lister-photos.s3-us-east-2.amazonaws.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "poshmarkPage.js"
            ],
            "matches": [
                "*:\/\/*.poshmark.com\/*"
            ]
        },
        {
            "resources": [
                "mercariPage.js"
            ],
            "matches": [
                "*:\/\/www.mercari.com\/*"
            ]
        },
        {
            "resources": [
                "facebookPage.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/web.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/flyp_16.png",
        "48": "icons\/flyp_48.png",
        "128": "icons\/flyp_128.png"
    }
}