DSTitan

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

Qu'est-ce que DSTitan ?

DSTitan est une extension Chrome développée par https://dstitan.com, et sa fonction principale est "DSTitan is a dropshipping lister that enables rapid product import/export.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DSTitan

Téléchargez les fichiers d'extension DSTitan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DSTitan DSTitan
ID egohlcjklhpdfpbpbbeomcpciokigjfd
URL Officiel https://chromewebstore.google.com/detail/dstitan/egohlcjklhpdfpbpbbeomcpciokigjfd
Description DSTitan is a dropshipping lister that enables rapid product import/export.
Taille du Fichier 410 KB
Nombre d'Installations 2,323
Version Actuelle 5.1.2
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-06-26
Évaluation 3.58/5 Total 31 Évaluations
Développeur https://dstitan.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dstitan.com/
URL de la Page de Politique de Confidentialité https://app.dstitan.com/terms
Langues Prises en Charge 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"
    ]
}