Cross Listing Tool - CrossLister
Cross list items to multiple marketplaces.
Apa itu Cross Listing Tool - CrossLister?
Cross Listing Tool - CrossLister adalah ekstensi Chrome yang dikembangkan oleh https://crosslister.co, dan fitur utamanya adalah "Cross list items to multiple marketplaces.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cross Listing Tool - CrossLister
Unduh file ekstensi Cross Listing Tool - CrossLister dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cross Listing Tool - CrossLister |
ID | keflffhehpdiaolicpagidjgghnfeiem |
URL Resmi | https://chromewebstore.google.com/detail/cross-listing-tool-crossl/keflffhehpdiaolicpagidjgghnfeiem |
Deskripsi | Cross list items to multiple marketplaces. |
Ukuran File | 552 KB |
Jumlah Instalasi | 573 |
Versi Saat Ini | 1.4.26 |
Terakhir Diperbarui | 2023-12-14 |
Tanggal Publikasi | 2022-05-27 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | https://crosslister.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://crosslister.co/ |
URL Halaman Bantuan | https://crosslister.co/faq |
URL Halaman Kebijakan Privasi | https://hawstein.studio/privacy |
Bahasa yang Didukung | 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\/*" ] } ] } |