Manage Multi-Store Extension - CuahangPOD.com
Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me
Manage Multi-Store Extension - CuahangPOD.com क्या है?
Manage Multi-Store Extension - CuahangPOD.com https://cuahangpod.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Manage Multi-Store Extension - CuahangPOD.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Our extension makes it easy to manage orders from multiple stores in one place. With our extension, you'll enjoy the following benefits: - Seamless integration with your store to ensure its health and stability - Improved accuracy and reduced errors in order management - Convenient, one-click order pushing from multiple suppliers - Real-time tracking updates from suppliers to quickly identify and resolve any issues with orders Our extension supports the following systems: Printify, Dreamship, Shineon, Merchinze, and Gearment (with more to come). We also support the following platforms and marketplaces: Etsy, Woocommerce, and Amz (coming soon).
एक्सटेंशन की मूल जानकारी
नाम | Manage Multi-Store Extension - CuahangPOD.com |
ID | fkjdlljcjiddgchacgoadpkjnncenbef |
आधिकारिक URL | https://chromewebstore.google.com/detail/manage-multi-store-extens/fkjdlljcjiddgchacgoadpkjnncenbef |
विवरण | Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me |
फ़ाइल का आकार | 151 KB |
स्थापना संख्या | 169 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2023-10-20 |
प्रकाशन तिथि | 2023-01-03 |
डेवलपर | https://cuahangpod.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://cuahangpod.com |
सहायता पृष्ठ URL | https://cuahangpod.com |
गोपनीयता नीति पृष्ठ URL | https://etsy.ytuong.me/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Multi-Store Extension - CuahangPOD.com", "description": "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me", "version": "1.0.6", "manifest_version": 3, "icons": { "32": "img\/logo-32.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png", "256": "img\/logo-256.png", "512": "img\/logo-512.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-64.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-8c5deb8e.3335dab6.js" ], "matches": [ "*:\/\/*.etsy.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "resources": [ "img\/logo-32.png", "img\/logo-64.png", "img\/logo-128.png", "img\/logo-256.png", "img\/logo-512.png", "inject.js" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.etsy.com\/*" ], "resources": [ "assets\/chunk-ecdd37e0.js", "assets\/chunk-8c5deb8e.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ] } |