DSTitan

DSTitan is a dropshipping lister that enables rapid product import/export.

Co to jest DSTitan?

DSTitan to rozszerzenie Chrome opracowane przez https://dstitan.com, a jego główną funkcją jest „DSTitan is a dropshipping lister that enables rapid product import/export.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DSTitan

Pobierz pliki rozszerzeń DSTitan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa DSTitan DSTitan
ID egohlcjklhpdfpbpbbeomcpciokigjfd
Oficjalny URL https://chromewebstore.google.com/detail/dstitan/egohlcjklhpdfpbpbbeomcpciokigjfd
Opis DSTitan is a dropshipping lister that enables rapid product import/export.
Rozmiar pliku 410 KB
Liczba instalacji 2,323
Aktualna Wersja 5.1.2
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2020-06-26
Ocena 3.58/5 Łącznie 31 Oceny
Deweloper https://dstitan.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dstitan.com/
Adres URL Strony Polityki Prywatności https://app.dstitan.com/terms
Obsługiwane Języki 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"
    ]
}