Cross Listing Tool - CrossLister

Cross list items to multiple marketplaces.

Qu'est-ce que Cross Listing Tool - CrossLister ?

Cross Listing Tool - CrossLister est une extension Chrome développée par https://crosslister.co, et sa fonction principale est "Cross list items to multiple marketplaces.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cross Listing Tool - CrossLister

Téléchargez les fichiers d'extension Cross Listing Tool - CrossLister au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        CrossLister is a Multi-channel Lister which helps you crosslist your items to multiple marketplaces. It is also your all-in-one inventory management tool.

Forget all the repetitive and boring tasks! Just focus on your products and make more sales.

Learn more: https://crosslister.co/

# Current Supported Marketplaces

Currently, we support cross-listing to 8 marketplaces. You could visit our website to see all of our supported platforms. Link:

https://crosslister.co/faq#supported-marketplaces

# Features

- Store Unlimited Items
- Crosslist Unlimited Items
- Delist Unlimited Items
- Relist Unlimited Items
- Import Items From Marketplaces
- Mark As Sold / Active
- Mark As Listed / Not Listed
- Hi-Res Image Hosting
- Inventory Management
- Listing Templates

# Change Logs

* 1.4.23 [Enhancement] Open CrossLister Guide after extension installed.
* 1.4.22 [Enhancement] Support  on ASOS.
* 1.4.21 [Enhancement] Support multiple format size on Vinted.
* 1.4.20 [BugFix] Fix eBay V2 issue.
* 1.4.19 [Enhancement] Update Vinted script.
* 1.4.18 [Enhancement] Adapt to eBay's new page layout.
* 1.4.16 [BugFix] Update the auto-fill method of Shopify SKU field.
* 1.4.12 [Enhancement] Support SKU in the new eBay listing tool.
* 1.4.10 [Enhancement] Support  in the new eBay listing tool.
* 1.4.8 [Enhancement] eBay: show more specifics for an item.
* 1.4.6 [Enhancement] Refine the simulation of eBay description and size.
* 1.4.4 [Feature] NEW eBay integration.
* 1.4.1 [Feature] Import listings from Woocommerce.
* 1.4.0 [Feature] Add Mercari integration.
* 1.3.5 [BugFix] Update the auto-fill method of Shopify product type.
* 1.3.4 [Enhancement] Add support to save draft on Depop.
* 1.3.3 [Enhancement] Use session storage.
* 1.3.2 [BugFix] Fix the Shopify second load issue.
* 1.3.0 [Feature] Add ASOS integration.
* 1.2.6 [BugFix] Fix issue: stuck on the Etsy listing page.
* 1.2.5 [Enhancement] Support  on Shopify.
* 1.2.4 [Enhancement] Support eBay Shipping / Payment / Return Policy.
* 1.2.2 [Enhancement] Add  to eBay UK integration.
* 1.2.1 [Enhancement] Add  to eBay integration.
* 1.2.0 [Feature] Add Etsy integration.
* 1.1.2 [Enhancement] Handle free shipping when listing to Depop.
* 1.1.1 [Feature] Add Vinted CA, Poshmark CA/AU.
* 1.1.0 [Feature] Support more eBay site(US/UK/CA/AU).
* 1.0.10 [Enhancement] Open CrossLister dashboard after extension installed.
* 1.0.9 [Feature] Import listings from Shopify.
* 1.0.8 [Feature] Delist from eBay.
* 1.0.7 [Enhancement] Handle error: extension context invalidated.
* 1.0.6 [Feature] Import listings from Depop.                    

Informations de Base sur l'Extension

Nom Cross Listing Tool - CrossLister Cross Listing Tool - CrossLister
ID keflffhehpdiaolicpagidjgghnfeiem
URL Officiel https://chromewebstore.google.com/detail/cross-listing-tool-crossl/keflffhehpdiaolicpagidjgghnfeiem
Description Cross list items to multiple marketplaces.
Taille du Fichier 552 KB
Nombre d'Installations 573
Version Actuelle 1.4.26
Dernière Mise à Jour 2023-12-14
Date de Publication 2022-05-27
Évaluation 3.40/5 Total 5 Évaluations
Développeur https://crosslister.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://crosslister.co/
URL de la Page d'Aide https://crosslister.co/faq
URL de la Page de Politique de Confidentialité https://hawstein.studio/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cross Listing Tool - CrossLister",
    "description": "Cross list items to multiple marketplaces.",
    "version": "1.4.26",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/crosslister.co\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/crosslister.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.depop.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/depop.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.vinted.com\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.vinted.ca\/*",
                "*:\/\/vinted.ca\/*",
                "*:\/\/*.vinted.fr\/*",
                "*:\/\/*.vinted.net\/*",
                "*:\/\/*.vinted.at\/*",
                "*:\/\/*.vinted.be\/*",
                "*:\/\/*.vinted.cz\/*",
                "*:\/\/*.vinted.de\/*",
                "*:\/\/*.vinted.es\/*",
                "*:\/\/*.vinted.lt\/*",
                "*:\/\/*.vinted.lu\/*",
                "*:\/\/*.vinted.pl\/*",
                "*:\/\/*.vinted.it\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/vinted.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/etsy.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.asos.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/asos.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/poshmark.com\/*",
                "*:\/\/poshmark.ca\/*",
                "*:\/\/poshmark.com.au\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/poshmark.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.mercari.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/mercari.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.com.au\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/ebayV2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.grailed.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.tradesy.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.kidizen.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.myshopify.com\/*",
                "*:\/\/*.shopify.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content_scripts\/shopify.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Cross Listing Tool - CrossLister",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*",
                "page_scripts\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/crosslister.co\/*"
            ]
        }
    ]
}