Sen Vàng CORP

Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com

Sen Vàng CORPคืออะไร?

Sen Vàng CORP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://senvangcorp.vn และคุณลักษณะหลักของมันคือ "Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sen Vàng CORP

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

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

                        Công cụ hỗ trợ đặt hàng Sen Vàng.

Đây là Plugin hỗ trợ người dùng lấy thông tin sản phẩm bao gồm giá sản phẩm, số lượng, kích thước, màu sắc, link sản phẩm, hình ảnh...
Người dùng chỉ việc cài đặt plugin từ cửa hàng webstore vào trình duyệt chrome hoặc coccoc là có thể vào trang của trung quốc như taobao,tmall,1688 để lựa chọn sản phẩm phù hợp cho mình.                    

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

ชื่อ Sen Vàng CORP Sen Vàng CORP
ID ohafgkanmenclappkjnnaioahecnjpja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sen-v%C3%A0ng-corp/ohafgkanmenclappkjnnaioahecnjpja
คำอธิบาย Plugin hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
ขนาดไฟล์ 57.82 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 2.3.6
อัปเดตครั้งล่าสุด 2020-07-06
วันที่เผยแพร่ 2019-01-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://senvangcorp.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://senvangcorp.vn/
URL หน้านโยบายความเป็นส่วนตัว https://thietkewebos.com/privacy-policy.html
ภาษาที่รองรับ vi
manifest.json
{
    "manifest_version": 2,
    "name": "Sen V\u00e0ng CORP",
    "short_name": "senvangcorp",
    "description": "Plugin h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com",
    "version": "2.3.6",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.com\/*",
        "http:\/\/*.hm.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.tmall.hk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}