Crosslister - SellerAider

Crosslist to Marketplaces & Manage Inventory

Crosslister - SellerAider란 무엇입니까?

Crosslister - SellerAider은(는) https://selleraider.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crosslist to Marketplaces & Manage Inventory"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crosslister - SellerAider 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Crosslist to multiple marketplaces with The Best Crosslisting App for Resellers. 

Start using the #1 crosslisting tool to manage your reselling business. Are you still wasting time manually copy/pasting your inventory between different sites and fiddling with spreadsheets? 

Let our app do this for you while you gain back your time. All you have to do is select your listings and our app with automatically fill in the information for you. You can also store and optimize your listings in our inventory management platform.

Our app currently has the following features: 
- Crosslist products from one marketplace to another.
- Copy listings individually and in bulk!
- Transfer products to and from more than 9 marketplaces! (Multiple region/country support)
- Automatically delist/mark as sold and delete products
- Inventory management system
- Supports transferring variants on listings

Try out our tool for free! No strings attached!

Our app has **no** affiliation with any of the supported marketplaces. 

Support: [email protected]                    

확장 프로그램 기본 정보

이름 Crosslister - SellerAider Crosslister - SellerAider
ID hoadkegncldcimofoogeljainpjpblpk
공식 URL https://chromewebstore.google.com/detail/crosslister-selleraider/hoadkegncldcimofoogeljainpjpblpk
설명 Crosslist to Marketplaces & Manage Inventory
파일 크기 4.2 MB
설치 횟수 2,573
현재 버전 1.0.8.28
최근 업데이트 2024-01-31
출시 날짜 2021-10-09
평점 3.06/5 총 17 개의 평점
개발자 https://selleraider.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://selleraider.com/crosslister
도움말 페이지 URL https://crosslister-guide.selleraider.com/info/contact
개인정보 보호 정책 페이지 URL https://selleraider.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crosslister - SellerAider",
    "description": "Crosslist to Marketplaces & Manage Inventory",
    "version": "1.0.8.28",
    "short_name": "Crosslist App SellerAider",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/16x16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "optional_permissions": [
        "webNavigation",
        "tabs",
        "*:\/\/*.depop.com\/*",
        "*:\/\/*.vinted.com\/*",
        "*:\/\/*.vinted.co.uk\/*",
        "*:\/\/*.vinted.fr\/*",
        "*:\/\/*.vinted.net\/*",
        "*:\/\/*.vinted.ca\/*",
        "*:\/\/*.vinted.pl\/*",
        "*:\/\/*.vinted.be\/*",
        "*:\/\/*.vinted.nl\/*",
        "*:\/\/*.vinted.de\/*",
        "*:\/\/*.selleraider.com\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/*.poshmark.ca\/*",
        "*:\/\/*.poshmark.com.au\/*",
        "*:\/\/*.poshmark.co.uk\/*",
        "*:\/\/*.cloudfront.net\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebayimg.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/business.facebook.com\/*",
        "*:\/\/*.grailed.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.shopify.com\/*",
        "*:\/\/*.shpock.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.mercdn.net\/*",
        "http:\/\/localhost\/*",
        "*:\/\/*.etsystatic.com\/*",
        "*:\/\/*.webimg.secondhandapp.at\/*",
        "*:\/\/*.m1.secondhandapp.at\/*",
        "*:\/\/*.vestiairecollective.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "pageContextScript.js"
    ],
    "icons": {
        "16": ".\/images\/16x16.png",
        "128": ".\/images\/128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}