Crosslist
Crosslist allows sellers to list quickly on the world's largest online marketplaces.
什么是Crosslist?
Crosslist是由https://crosslist.com开发的Chrome扩展程序,该扩展的主要功能是“Crosslist allows sellers to list quickly on the world's largest online marketplaces.”。
扩展截图
下载Crosslist扩展crx文件
下载Crosslist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Crosslist, you can easily: ➤ Bulk list on multiple marketplaces ~ Increase your sales Grow your business by selling on multiple channels. Crosslist integrates with 9 different marketplaces, across all continents. ~ Save time Save time manually completing forms. Auto-post your listings in the background without manual intervention. ➤ Manage your listings from one interface ~ Relist and delist capabilities Sold an item? Delist your listings in bulk from one convenient dashboard. Want to drop your prices? Relist quickly everywhere with Crosslist. ~ Tools to make your life easier Build unlimited listing templates in advance. Enhance your pictures using our state-of-the-art image editor. Remove image backgrounds in bulk with one click. ➤ Cross list between 9 marketplaces ~ Quick and efficient Transfer listings directly between multiple marketplaces in a matter of seconds. Crosslist automatically posts listings in the background. ~ Unlimited autoposting Import or cross list products in bulk or one by one with just one mouse click, all without limits and at an affordable price point. Sign up now with our 3-day money-back guarantee: https://crosslist.com/ Terms of service: https://crosslist.com/terms-of-service/
扩展基本信息
名称 | Crosslist |
ID | knfhdmkccnbhbgpahakkcmoddgikegjl |
官方URL | https://chromewebstore.google.com/detail/crosslist/knfhdmkccnbhbgpahakkcmoddgikegjl |
简介 | Crosslist allows sellers to list quickly on the world's largest online marketplaces. |
文件大小 | 1.7 MB |
安装次数 | 1,760 |
当前版本 | 1.26.25 |
更新时间 | 2024-03-03 |
上架时间 | 2021-04-23 |
评分 | 4.44/5 共16次评分 |
开发者 | https://crosslist.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://crosslist.com/ |
帮助页面URL | https://crosslist.com/contact/ |
隐私政策页面URL | https://crosslist.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crosslist", "version": "1.26.25", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjQUuDKrJcWPMDz+7Bu1MC\/Ee\/cBBi7MnN6ytutlQlhLr93VErDImtFBWRPysZmgfCarYR0FUQ5znI6JAXb0j6\/5fj4H5aJHDMVMNyBeaP0VDB2KZ+wYm4qkcoGIFTZfP+QkkUjSuZ8ysXsNWfhWE8tQfbnK7GLIFIXU4fdZwcp0ZqiWM4TIZ1JG3VXrs44m3+YW4iglsALbQg0iYlp7+618cbxH+\/bc1xTCANPO1RYvt5QZ4ZPJE4UFLwwL2lR\/ZGN51rEEHM6ZTSldWLY9kQZ3b\/XwjVAERhSW0ldHeaVl9vJDfn73Mk6lvzUHkDJeVn5dC\/GMY\/a7T1X+g9yCxmwIDAQAB", "description": "Crosslist allows sellers to list quickly on the world's largest online marketplaces.", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon70.png", "128": "img\/icon180.png" }, "externally_connectable": { "matches": [ "*:\/\/*.crosslist.io\/*", "*:\/\/*.crosslist.com\/*", "*:\/\/localhost\/*" ] }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "*:\/\/poshmark.com\/*", "*:\/\/poshmark.ca\/*", "*:\/\/poshmark.com.au\/*", "*:\/\/poshmark.co.uk\/*", "*:\/\/www.mercari.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.upload.facebook.com\/*", "*:\/\/upload.facebook.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/www.grailed.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/*.crosslist.com\/*", "*:\/\/www.kidizen.com\/*", "*:\/\/api.kidizen.com\/*", "*:\/\/www.etsy.com\/*", "*:\/\/www.bonanza.com\/*", "*:\/\/*.vinted.com\/*", "*:\/\/*.myshopify.com\/*", "*:\/\/instagram.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.vestiairecollective.com\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.vinted.nl\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.vinted.ca\/*", "https:\/\/*.s3.amazonaws.com\/*", "https:\/\/*.amazonaws.com\/*", "cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "geolocation" ], "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.crosslist.com\/*", "https:\/\/*.crosslist.io\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.depop.com\/*", "*:\/\/www.grailed.com\/*", "*:\/\/poshmark.com\/*", "*:\/\/poshmark.ca\/*", "*:\/\/poshmark.com.au\/*", "*:\/\/www.kidizen.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/www.mercari.com\/*", "*:\/\/*.vinted.com\/*", "*:\/\/www.etsy.com\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.facebook.com\/*" ], "js": [ "library.js", "multiSelect.js", "productOverlay.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "facebook.js", "library.js", "img\/Rolling-0.7s-200px.svg", "img\/arrow-down.svg", "img\/paper-plane.svg", "img\/crosslist-logo.svg", "img\/crosslist-logo-icon.svg", "img\/marketplaces\/depop-icon-50.png", "img\/marketplaces\/ebay-icon-50.png", "img\/marketplaces\/facebook-icon-50.png", "img\/marketplaces\/grailed-icon-50.png", "img\/marketplaces\/kidizen-icon-50.png", "img\/marketplaces\/mercari-icon-50.png", "img\/marketplaces\/poshmark-icon-50.png", "img\/marketplaces\/tradesy-icon-50.png", "img\/marketplaces\/vinted-icon-50.png", "img\/marketplaces\/etsy-icon-50.png", "img\/multiselect\/xlist-multiselect-video-depop.gif", "img\/multiselect\/xlist-multiselect-video-mercari.gif", "img\/multiselect\/xlist-multiselect-video-grailed.gif", "img\/multiselect\/xlist-multiselect-video-poshmark.gif", "img\/multiselect\/xlist-multiselect-video-kidizen.gif", "img\/multiselect\/xlist-multiselect-video-tradesy.gif", "img\/multiselect\/xlist-multiselect-video-ebay.gif", "img\/multiselect\/xlist-multiselect-video-ebay_alternate.gif", "img\/multiselect\/xlist-multiselect-video-vinted.gif", "img\/multiselect\/xlist-multiselect-video-facebook.gif", "img\/multiselect\/xlist-multiselect-video-etsy.gif", "fonts\/CircularStd-Bold.eot", "fonts\/CircularStd-Bold.ttf", "fonts\/CircularStd-Bold.woff", "fonts\/CircularStd-Bold.woff2", "fonts\/CircularStd-Book.eot", "fonts\/CircularStd-Book.ttf", "fonts\/CircularStd-Book.woff", "fonts\/CircularStd-Book.woff2" ] } |