Công cụ đặt hàng ranvang.com

Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com

What is Công cụ đặt hàng ranvang.com?

Công cụ đặt hàng ranvang.com is a Chrome extension developed by Sproxy, and its main feature is "Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Công cụ đặt hàng ranvang.com Extension CRX File

Download Công cụ đặt hàng ranvang.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Công cụ đặt hàng của RanVang.com trên trình duyệt Chrome và Cốc Cốc
RanVang.com cung cấp giải pháp mua sắm online, nhập hàng kinh doanh giá gốc, vận chuyển hàng siêu tốc phù hợp với mọi nhu cầu của bạn.
Để giúp quý khách đặt hàng tốt hơn chúng tôi xin giới thiệu đến quý khách hàng một phiên bản công cụ đặt hàng tối ưu với các chức năng như:

- Đặt hàng đơn giản, dễ dàng hơn trên các website 1688, tmall, taobao
- Thêm nhanh sản phẩm vào danh sách sản phẩm yêu thích
- Tự động dịch nội dung trên website
- Hỗ trợ thông báo lỗi không đặt được hàng ngay trên thanh công cụ                    

Extension Basic Information

Name Công cụ đặt hàng ranvang.com Công cụ đặt hàng ranvang.com
ID ibkohphgalhojmgpfbkbkbkfkhlccbgh
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ranvangc/ibkohphgalhojmgpfbkbkbkfkhlccbgh
Description Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com
File Size 511 KB
Installation Count 369
Current Version 0.25.5
Last Updated 2022-02-11
Publish Date 2021-11-13
Developer Sproxy
Email [email protected]
Payment Type free
Extension Website https://ranvang.com/
Help Page URL https://app.ranvang.com/
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.25.5",
    "short_name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ranvang.com",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng taobao, tmall, 1688 tr\u00ean ranvang.com",
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ranvang.com",
    "permissions": [
        "https:\/\/app.ranvang.com\/"
    ],
    "icons": {
        "128": ".\/logo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/taobao.com\/",
                "*:\/\/*.1688.com\/*",
                "*:\/\/1688.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.liangxinyao.com\/*",
                "https:\/\/*.liangxinyao.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                ".\/content_service.js"
            ],
            "matches": [
                "http:\/\/nothing.gobizdev.com\/*",
                "https:\/\/nothing.gobizdev.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "templates\/*",
        "injector.js",
        "*.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}