Toporder.vn

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

Toporder.vnคืออะไร?

Toporder.vn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toporder.vn

ดาวน์โหลดไฟล์ส่วนขยาย Toporder.vn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Công cụ hỗ trợ tìn kiếm, đặt hàng bên Trung Quốc
Công ty Minh Quân luôn trong top cá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ẻ.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Toporder.vn Toporder.vn
ID ofohiicmdkomhaeenangcdlhjgehdlka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/topordervn/ofohiicmdkomhaeenangcdlhjgehdlka
คำอธิบาย 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
ขนาดไฟล์ 524 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2020-06-21
ผู้พัฒนา tohailinh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://toporder.vn/
URL หน้าช่วยเหลือ https://toporder.vn/
URL หน้านโยบายความเป็นส่วนตัว https://vanchuyentrungviethh.com/chinh-sach
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toporder.vn",
    "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": "Toporder.vn - 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.2.2"
}