Inpo.asia - Công cụ đặt hàng

Công cụ đặt hàng nhanh chóng trên Taobao, 1688, Tmall mua sắm tại các website lớn nhất Trung Quốc của Inpo.asia

ما هو Inpo.asia - Công cụ đặt hàng؟

Inpo.asia - Công cụ đặt hàng هو إضافة Chrome تم تطويرها بواسطة Inpo، والميزة الرئيسية لها هي "Công cụ đặt hàng nhanh chóng trên Taobao, 1688, Tmall mua sắm tại các website lớn nhất Trung Quốc của Inpo.asia".

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

screenshot

تحميل ملف CRX للإضافة Inpo.asia - Công cụ đặt hàng

قم بتنزيل ملفات الامتداد Inpo.asia - Công cụ đặt hàng بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Cài đặt công cụ trên máy tính, không hỗ trợ cài đặt trên điện thoại. Sau khi bạn cài đặt công cụ, khi vào link chi tiết sản phẩm tại 3 trang Taobao, 1688, Tmall sẽ có bảng giá quy đổi sang tiếng việt và phần đặt hàng với Inpo.asia giúp bạn dễ dàng chọn và đặt hàng.                    

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

الاسم Inpo.asia - Công cụ đặt hàng Inpo.asia - Công cụ đặt hàng
ID jliagdeejkhcppfocegckbljbhejgaid
عنوان URL الرسمي https://chromewebstore.google.com/detail/inpoasia-c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng/jliagdeejkhcppfocegckbljbhejgaid
الوصف Công cụ đặt hàng nhanh chóng trên Taobao, 1688, Tmall mua sắm tại các website lớn nhất Trung Quốc của Inpo.asia
حجم الملف 328 KB
عدد التثبيتات 1,075
النسخة الحالية 1.1.0
آخر تحديث 2024-02-01
تاريخ النشر 2023-02-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Inpo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://inpo.asia
عنوان صفحة المساعدة https://u.inpo.asia/ho-tro/quy-dinh-va-chinh-sach/quy-dinh-va-chinh-sach-nhap-hang-trung-quoc-qua-inpo/2554024016
عنوان صفحة سياسة الخصوصية https://u.inpo.asia/ho-tro/quy-dinh-va-chinh-sach/privacy-policy---inpo/2477944260
اللغات المدعومة vi
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon-32x32.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "https:\/\/daixiao.1688.com\/*",
                "http:\/\/daixiao.1688.com\/*"
            ],
            "js": [
                "contentScript.js",
                "site.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/*.world.tmall.com\/*",
                "https:\/\/*.jd.com\/*",
                "http:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "default_locale": "vi",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "host_permissions": [
        "http:\/\/*.inpo.asia\/*",
        "https:\/\/*.inpo.asia\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.jd.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "short_name": "Inpo.asia - C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng d\u1ec5 d\u00e0ng ch\u1ecdn s\u1ea3n ph\u1ea9m mua gi\u00e1 c\u1ef1c t\u1ed1t",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}