Rong do order

Order tool

Rong do order란 무엇입니까?

Rong do order은(는) https://rongdologistics.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Order tool"입니다.

확장 프로그램 스크린샷

screenshot

Rong do order 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Rong do order Rong do order
ID mneeeohcmpobemhfcbncgdgjcbjinfal
공식 URL https://chromewebstore.google.com/detail/rong-do-order/mneeeohcmpobemhfcbncgdgjcbjinfal
설명 Order tool
파일 크기 80.26 KB
설치 횟수 138
현재 버전 1.0.2
최근 업데이트 2017-01-25
출시 날짜 2017-01-24
평점 4.14/5 총 7 개의 평점
개발자 https://rongdologistics.vn
결제 유형 free
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}