xOmator - AliExpress DropShipping
Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…
xOmator - AliExpress DropShipping क्या है?
xOmator - AliExpress DropShipping https://xomator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में xOmator - AliExpress DropShipping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature highlight: - Instantly view vendor rating, shipping options and time when searching products - 1-click product import - including images, product options, and vendor specifics - Edit product details - title, description, price, select options that you need without navigating away from the product page - Download ZIP file with all the product information, including images - Push products directly to your DashNex PowerTech Store Builder - Fulfill orders from your eCommerce and more. xOmator is your #1 solution to run your dropshipping business on Dashnex.
एक्सटेंशन की मूल जानकारी
नाम | xOmator - AliExpress DropShipping |
ID | mkoaiknkcacinadfffgbpbepnihddbdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/xomator-aliexpress-dropsh/mkoaiknkcacinadfffgbpbepnihddbdb |
विवरण | Use xOmator extension to quickly filter and download product information (including product images) from AliExpress. Feature… |
फ़ाइल का आकार | 957 KB |
स्थापना संख्या | 3,462 |
वर्तमान संस्करण | 2.2.7 |
अंतिम अपडेट | 2023-05-05 |
प्रकाशन तिथि | 2020-03-20 |
रेटिंग | 4.55/5 कुल 38 रेटिंग्स |
डेवलपर | https://xomator.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://xomator.com |
सहायता पृष्ठ URL | https://dashnexsupport.com |
गोपनीयता नीति पृष्ठ URL | https://dashnex.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xOmator - AliExpress DropShipping", "short_name": "xOmator", "version": "2.2.7", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "permissions": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.dashnex.com\/*", "https:\/\/dashnex.com\/*", "https:\/\/*.myecomshop.com\/*", "https:\/\/*.aliexpress.us\/*", "downloads" ], "background": { "page": "index.html#\/background" }, "browser_action": { "default_title": "xOmator", "default_icon": "assets\/img\/icon16.png", "default_popup": "index.html#\/popup" }, "content_scripts": [ { "js": [ "content_script\/jquery.min.js", "content_script\/doT.min.js", "content_script\/system.js", "content_script\/content_script.js", "content_script\/system.bootstrap.js" ], "matches": [ "https:\/\/*.aliexpress.us\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/dashnex.com\/*", "https:\/\/*.dashnex.com\/*", "https:\/\/*.myecomshop.com\/*", "https:\/\/*.alipay.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/img\/*.*", "assets\/templates\/*.*", "app\/popup\/setup\/auth\/*.*" ] } |