Cross Listing Tool - CrossLister
Cross list items to multiple marketplaces.
O que é Cross Listing Tool - CrossLister?
Cross Listing Tool - CrossLister é uma extensão do Chrome desenvolvida por https://crosslister.co, e sua principal característica é "Cross list items to multiple marketplaces.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cross Listing Tool - CrossLister
Baixe arquivos de extensão Cross Listing Tool - CrossLister no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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] Supporton 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.
Informações Básicas da Extensão
Nome | Cross Listing Tool - CrossLister |
ID | keflffhehpdiaolicpagidjgghnfeiem |
URL Oficial | https://chromewebstore.google.com/detail/cross-listing-tool-crossl/keflffhehpdiaolicpagidjgghnfeiem |
Descrição | Cross list items to multiple marketplaces. |
Tamanho do Arquivo | 552 KB |
Contagem de Instalações | 573 |
Versão Atual | 1.4.26 |
Última Atualização | 2023-12-14 |
Data de Publicação | 2022-05-27 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | https://crosslister.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://crosslister.co/ |
URL da Página de Ajuda | https://crosslister.co/faq |
URL da Página de Política de Privacidade | https://hawstein.studio/privacy |
Idiomas Suportados | 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\/*" ] } ] } |