DSTitan
DSTitan is a dropshipping lister that enables rapid product import/export.
DSTitan क्या है?
DSTitan https://dstitan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DSTitan is a dropshipping lister that enables rapid product import/export."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DSTitan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
DSTitan enables one-click product import from websites like Aliexpress, Banggood, DHGate and Chinabrands and helps to export products to Ebay. It is a lister that can help any dropshipper improve their productivity. You can read more about the features of DSTitan @ https://dstitan.com
एक्सटेंशन की मूल जानकारी
नाम | DSTitan |
ID | egohlcjklhpdfpbpbbeomcpciokigjfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/dstitan/egohlcjklhpdfpbpbbeomcpciokigjfd |
विवरण | DSTitan is a dropshipping lister that enables rapid product import/export. |
फ़ाइल का आकार | 410 KB |
स्थापना संख्या | 2,323 |
वर्तमान संस्करण | 5.1.2 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2020-06-26 |
रेटिंग | 3.58/5 कुल 31 रेटिंग्स |
डेवलपर | https://dstitan.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dstitan.com/ |
गोपनीयता नीति पृष्ठ URL | https://app.dstitan.com/terms |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "DSTitan", "version": "5.1.2", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "DSTitan is a dropshipping lister that enables rapid product import\/export.", "icons": { "16": "assets\/icons\/16x16.png", "128": "assets\/icons\/128x128.png" }, "background": { "scripts": [ "sentry.min.js", "background.bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/allegro.pl\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.us\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.banggood.com\/*", "*:\/\/*.chinabrands.com\/item\/*", "*:\/\/*.dhgate.com\/product\/*", "*:\/\/*.dhgate.com\/store\/product\/*", "*:\/\/*.cjdropshipping.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.pl\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.ebay.be\/*", "*:\/\/*.ebay.ph\/*" ], "js": [ "sentry.min.js", "pageContent.bundle.js" ], "css": [ "main.css", "choices.min.css" ], "all_frames": true } ], "permissions": [ "tabs", "storage", "identity" ], "browser_action": { "default_icon": { "19": "assets\/icons\/active19x19.png", "38": "assets\/icons\/active38x38.png" }, "default_title": "DSTitan", "default_popup": "popup.html" }, "web_accessible_resources": [ "aliExpress.css", "assets\/icons\/g-normal.png", "assets\/icons\/16x16.png", "assets\/icons\/48x48.png", "assets\/icons\/128x128.png", "assets\/icons\/active19x19.png", "assets\/icons\/active38x38.png", "assets\/icons\/inactive19x19.png", "assets\/icons\/inactive38x38.png", "assets\/icons\/logo.png", "assets\/images\/import-button.png", "assets\/images\/logo-full.png", "assets\/images\/logo-small.png", "assets\/images\/logo-xs.png" ] } |