Tiểu Thần Tài

Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall

ما هو Tiểu Thần Tài؟

Tiểu Thần Tài هو إضافة Chrome تم تطويرها بواسطة Tiểu Thần Tài، والميزة الرئيسية لها هي "Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tiểu Thần Tài

قم بتنزيل ملفات الامتداد Tiểu Thần Tài بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Dịch vụ nhập hàng Trung Quốc uy tín - chuyên nghiệp.

Chúng tôi cung cấp dịch vụ mua hộ hàng hóa Trung Quốc từ các trang bán hàng trực tuyến như taobao, tmall, 1688, jd.com, pinduoduo. Chúng tôi tư vấn, hỗ trợ MIỄN PHÍ tìm kiếm nguồn hàng kinh doanh giá tốt và nhập hàng về Việt Nam. 

Sử dụng dịch vụ của chúng tôi giúp việc mua sắm trở lên đơn giản và hiệu quả hơn.                    

معلومات أساسية عن التمديد

الاسم Tiểu Thần Tài Tiểu Thần Tài
ID lkiiomkhepkpbbbjbpdbienjhnapdkbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ti%E1%BB%83u-th%E1%BA%A7n-t%C3%A0i/lkiiomkhepkpbbbjbpdbienjhnapdkbd
الوصف Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall
حجم الملف 1.62 MB
عدد التثبيتات 273
النسخة الحالية 2.7.0
آخر تحديث 2024-02-19
تاريخ النشر 2020-04-16
المطور Tiểu Thần Tài
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tieuthantai.com/
عنوان صفحة المساعدة https://help.tieuthantai.com/
عنوان صفحة سياسة الخصوصية https://tieuthantai.com/chinh-sach-bao-mat
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec3u Th\u1ea7n T\u00e0i",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ti\u1ec3u Th\u1ea7n T\u00e0i. taobao, 1688, tmall",
    "version": "2.7.0",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/16x16.png",
        "128": "assets\/32x32.png"
    },
    "browser_action": {
        "default_title": "order-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "https:\/\/item.taobao.com\/*",
                "http:\/\/detail.tmall.com\/*",
                "http:\/\/*.detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/*.detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/world.tmall.com\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "css": [
                "\/content\/content.css"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "content\/content-inject.js"
    ],
    "input_components": {
        "env": {
            "VUE_APP_API_URL": "https:\/\/api.goship.asia"
        }
    }
}