Alagent

For 1688 purchasing

Alagent là gì?

Alagent là một tiện ích mở rộng Chrome được phát triển bởi alagent-publisher, và tính năng chính của nó là "For 1688 purchasing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alagent

Tải xuống các tệp mở rộng Alagent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        支持从1688.com方便地进行代购,省钱、便捷,并将货品送达您的手上。

ในขณะที่ท่านกำลังเลือกสินค้าผ่าน Website 1688.com , ท่านสามารถเพิ่มสินค้าเข้าตระกร้าสินค้า Alagent ได้ทันที!

After  installing this extension,  you can access it on 1688.com product page, then you can buy products from 1688.com convinently with local language [Thai language]、local currency [Thai Baht]. And we will deliver the products to your local address.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alagent Alagent
ID nnfbheekpnenligdnaaemojoglpdjpii
URL Chính Thức https://chromewebstore.google.com/detail/alagent/nnfbheekpnenligdnaaemojoglpdjpii
Mô tả For 1688 purchasing
Kích Thước Tệp 469 KB
Số Lần Cài Đặt 277
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2021-12-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển alagent-publisher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://allinone88.com/
URL Trang Trợ Giúp https://allinone88.com/apps/static?spm=a1znfe.20194393.navigation.5.411d2991N3Y33K&pageId=6
URL Trang Chính Sách Bảo Mật https://allinone88.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "short_name": "Alagent",
    "name": "Alagent",
    "description": "For 1688 purchasing",
    "browser_action": {
        "default_title": "CRE",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.alagent.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "static\/css\/contentScript.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.alagent.com\/*"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}