Totorder.com

Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688

Totorder.com क्या है?

Totorder.com tohailinh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Totorder.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Công cụ hỗ trợ tìn kiếm, đặt hàng bên Trung Quốc
Công ty có dịch vụ chất lượng, uy tín ,giá rẻ trong lĩnh vực  nhập hàng trung quốc.Với Công cụ hỗ trợ khách hàng  tìm kiếm và mua hàng online từ các wed site china taobao,1688,tmall.com đơn giản và siêu rẻ.                    

एक्सटेंशन की मूल जानकारी

नाम Totorder.com Totorder.com
ID mdllcomkpcddfpeenmfafgijeakokajb
आधिकारिक URL https://chromewebstore.google.com/detail/totordercom/mdllcomkpcddfpeenmfafgijeakokajb
विवरण Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688
फ़ाइल का आकार 547 KB
स्थापना संख्या 31
वर्तमान संस्करण 2.1.9
अंतिम अपडेट 2023-05-15
प्रकाशन तिथि 2020-08-26
डेवलपर tohailinh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://totorder.com/
सहायता पृष्ठ URL https://totorder.com/
गोपनीयता नीति पृष्ठ URL https://vanchuyentrungviethh.com/chinh-sach
समर्थित भाषाएँ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Totorder.com",
    "description": "Cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, nh\u1eadn b\u00e1o gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 tmall, taobao, 1688",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "template\/popup.html",
        "default_title": "Totorder.com - Order taobao"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/tmall\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/taobao\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/1688\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "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:\/\/*.toporder.vn\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ],
    "manifest_version": 2,
    "version": "2.1.9"
}