Cross Listing Tool - CrossLister
Cross list items to multiple marketplaces.
Cross Listing Tool - CrossLister क्या है?
Cross Listing Tool - CrossLister https://crosslister.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross list items to multiple marketplaces."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cross Listing Tool - CrossLister एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Cross Listing Tool - CrossLister |
ID | keflffhehpdiaolicpagidjgghnfeiem |
आधिकारिक URL | https://chromewebstore.google.com/detail/cross-listing-tool-crossl/keflffhehpdiaolicpagidjgghnfeiem |
विवरण | Cross list items to multiple marketplaces. |
फ़ाइल का आकार | 552 KB |
स्थापना संख्या | 573 |
वर्तमान संस्करण | 1.4.26 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2022-05-27 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | https://crosslister.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://crosslister.co/ |
सहायता पृष्ठ URL | https://crosslister.co/faq |
गोपनीयता नीति पृष्ठ URL | https://hawstein.studio/privacy |
समर्थित भाषाएँ | 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\/*" ] } ] } |