Titochan Express

Công cụ hỗ trợ đặt hàng order trên Tabao, 1688, Tmall

Was ist Titochan Express?

Titochan Express ist eine Chrome-Erweiterung, die von Titochan Team entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ hỗ trợ đặt hàng order trên Tabao, 1688, Tmall".

Erweiterungsscreenshots

screenshot

Titochan Express-Erweiterungs-CRX-Datei herunterladen

Laden Sie Titochan Express-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Titochan là công cụ hỗ trợ đặt hàng Order một cách nhanh chóng và hiệu quả. Giúp khách hàng có thể dễ dàng nắm bắt và lựa chọn sản phẩm phù hợp để mua sắm.
Tính năng chính:
- Kết nối website titochan.com với nền tảng taobao, tmaill, 1688 để giúp khách hàng xem giá sản phẩm
- Kết nối giỏ hàng với taobao, tmall, 1688 giúp khách hàng có thể đưa sản phẩm về giỏ và biết được cụ thể số tiền cần trả theo tỷ giả vnd-tệ
- Đặt hàng dễ dàng và nhanh chóng. Theo dõi tỷ giá ngay khi xem sản phẩm.
Hãy tải công cụ và trải nghiệm tiện ích mua sắm chỉ với 1 click chuột. Mua sắm và làm nhà buôn chưa bao giờ dễ dàng đến thế với công cụ Titochan Express.
Chúc bạn kinh doanh thành công!                    

Grundlegende Informationen zur Erweiterung

Name Titochan Express Titochan Express
ID dfjmpolhnbjghlekolagmaaoaaehdlnc
Offizielle URL https://chromewebstore.google.com/detail/titochan-express/dfjmpolhnbjghlekolagmaaoaaehdlnc
Beschreibung Công cụ hỗ trợ đặt hàng order trên Tabao, 1688, Tmall
Dateigröße 220 KB
Installationsanzahl 348
Aktuelle Version 1.0.0
Letztes Update 2020-12-19
Veröffentlichungsdatum 2020-12-19
Entwickler Titochan Team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://titochan.com
Hilfeseite URL https://titochan.com/tin-tuc/huong-dan/huong-dan-dat-hang-1
URL der Datenschutzrichtlinien-Seite https://www.titochan.com/tin-tuc/tin-cong-ty/chinh-sach-bao-mat
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Titochan Express",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng order tr\u00ean Tabao, 1688, Tmall",
    "homepage_url": "https:\/\/titochan.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "vi",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "About",
        "default_popup": "src\/browser_action\/browser_action_login.html"
    },
    "permissions": [
        "https:\/\/titochan.com\/",
        "http:\/\/titochan.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "https:\/\/item.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/*.coupang.com\/*",
                "http:\/\/item.gmarket.co.kr\/*",
                "https:\/\/item.gmarket.co.kr\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "https:\/\/item.taobao.com\/*"
            ],
            "js": [
                "src\/inject\/inject-taobao.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "src\/inject\/inject-tmall.js"
            ]
        },
        {
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "js": [
                "src\/inject\/inject-1688.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "templates\/*"
    ]
}