Rong do order

Order tool

What is Rong do order?

Rong do order is a Chrome extension developed by https://rongdologistics.vn, and its main feature is "Order tool".

Extension Screenshots

screenshot

Download Rong do order Extension CRX File

Download Rong do order 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 dành cho khách hàng của ordertrungquoc247.com. Hỗ trợ các website : taobao.com, tmall.com, 1688.com . Chúc quý khách mua may bằn đắt                    

Extension Basic Information

Name Rong do order Rong do order
ID mneeeohcmpobemhfcbncgdgjcbjinfal
Official URL https://chromewebstore.google.com/detail/rong-do-order/mneeeohcmpobemhfcbncgdgjcbjinfal
Description Order tool
File Size 80.26 KB
Installation Count 138
Current Version 1.0.2
Last Updated 2017-01-25
Publish Date 2017-01-24
Rating 4.14/5 Total 7 Ratings
Developer https://rongdologistics.vn
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rong do order",
    "description": "Order tool",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Gi\u1ecf h\u00e0ng R\u1ed3ng \u0111\u1ecf"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/world.tmall.com\/item\/*",
        "https:\/\/detail.tmall.com\/*",
        "https:\/\/item.tmall.com\/*",
        "https:\/\/world.taobao.com\/item\/*",
        "https:\/\/item.taobao.com\/*",
        "https:\/\/detail.taobao.com\/*",
        "https:\/\/detail.1688.com\/offer\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}