Crosslister - SellerAider
Crosslist to Marketplaces & Manage Inventory
Crosslister - SellerAiderคืออะไร?
Crosslister - SellerAider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selleraider.com และคุณลักษณะหลักของมันคือ "Crosslist to Marketplaces & Manage Inventory"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crosslister - SellerAider
ดาวน์โหลดไฟล์ส่วนขยาย Crosslister - SellerAider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Crosslist to multiple marketplaces with The Best Crosslisting App for Resellers. Start using the #1 crosslisting tool to manage your reselling business. Are you still wasting time manually copy/pasting your inventory between different sites and fiddling with spreadsheets? Let our app do this for you while you gain back your time. All you have to do is select your listings and our app with automatically fill in the information for you. You can also store and optimize your listings in our inventory management platform. Our app currently has the following features: - Crosslist products from one marketplace to another. - Copy listings individually and in bulk! - Transfer products to and from more than 9 marketplaces! (Multiple region/country support) - Automatically delist/mark as sold and delete products - Inventory management system - Supports transferring variants on listings Try out our tool for free! No strings attached! Our app has **no** affiliation with any of the supported marketplaces. Support: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crosslister - SellerAider |
ID | hoadkegncldcimofoogeljainpjpblpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crosslister-selleraider/hoadkegncldcimofoogeljainpjpblpk |
คำอธิบาย | Crosslist to Marketplaces & Manage Inventory |
ขนาดไฟล์ | 4.2 MB |
จำนวนการติดตั้ง | 2,573 |
เวอร์ชันปัจจุบัน | 1.0.8.28 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2021-10-09 |
คะแนน | 3.06/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://selleraider.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://selleraider.com/crosslister |
URL หน้าช่วยเหลือ | https://crosslister-guide.selleraider.com/info/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://selleraider.com/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crosslister - SellerAider", "description": "Crosslist to Marketplaces & Manage Inventory", "version": "1.0.8.28", "short_name": "Crosslist App SellerAider", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": ".\/images\/16x16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "cookies" ], "optional_permissions": [ "webNavigation", "tabs", "*:\/\/*.depop.com\/*", "*:\/\/*.vinted.com\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.vinted.fr\/*", "*:\/\/*.vinted.net\/*", "*:\/\/*.vinted.ca\/*", "*:\/\/*.vinted.pl\/*", "*:\/\/*.vinted.be\/*", "*:\/\/*.vinted.nl\/*", "*:\/\/*.vinted.de\/*", "*:\/\/*.selleraider.com\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/*.poshmark.ca\/*", "*:\/\/*.poshmark.com.au\/*", "*:\/\/*.poshmark.co.uk\/*", "*:\/\/*.cloudfront.net\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/*.ebayimg.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/business.facebook.com\/*", "*:\/\/*.grailed.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.myshopify.com\/*", "*:\/\/*.shopify.com\/*", "*:\/\/*.shpock.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/*.mercdn.net\/*", "http:\/\/localhost\/*", "*:\/\/*.etsystatic.com\/*", "*:\/\/*.webimg.secondhandapp.at\/*", "*:\/\/*.m1.secondhandapp.at\/*", "*:\/\/*.vestiairecollective.com\/*" ], "web_accessible_resources": [ "images\/*", "css\/*", "pageContextScript.js" ], "icons": { "16": ".\/images\/16x16.png", "128": ".\/images\/128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |