PhiLongOrder Order taobao, 1688, tmall, jd

Công cụ đặt hàng của PhiLongOrder.com

PhiLongOrder Order taobao, 1688, tmall, jd란 무엇입니까?

PhiLongOrder Order taobao, 1688, tmall, jd은(는) Sodo Asia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ đặt hàng của PhiLongOrder.com"입니다.

확장 프로그램 스크린샷

screenshot

PhiLongOrder Order taobao, 1688, tmall, jd 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PhiLongOrder.com là công ty trung gian giúp khách hàng Việt Nam mua hàng trực tiếp từ các trang taobao.com, tmall.com, 1688.com, JD.com thông qua Extension này.

Các chức năng của Extension: 
- Dịch các thông tin sản phẩm từ tiếng Trung Quốc sang tiếng Việt.
- Xem trực tiếp giá sản phẩm trong các trang taobao, tmall, 1688 theo đơn vị tiền tệ là VNĐ với tỉ giá do PhiLongOrder.com cung cấp.
- Thêm sản phẩm vào giỏ hàng của PhiLongOrder.com.
- Ghi chú riêng tư, ghi chú cho nhân viên mua hàng của PhiLongOrder.com.
- Phân loại danh mục hàng hóa.                    

확장 프로그램 기본 정보

이름 PhiLongOrder Order taobao, 1688, tmall, jd PhiLongOrder Order taobao, 1688, tmall, jd
ID mciljnlpdlefmalekikoappficalenhh
공식 URL https://chrome.google.com/webstore/detail/mciljnlpdlefmalekikoappficalenhh
설명 Công cụ đặt hàng của PhiLongOrder.com
파일 크기 1.24 MB
설치 횟수 154
현재 버전 1.1.7
최근 업데이트 2020-10-13
출시 날짜 2020-06-07
개발자 Sodo Asia
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sodo.asia/privacy-policy-2
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PhiLongOrder Order taobao, 1688, tmall, jd",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a PhiLongOrder.com",
    "version": "1.1.7",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16x16.png",
            "24": "images\/icon_32x32.png",
            "32": "images\/icon_32x32.png",
            "64": "images\/icon_64x64.png",
            "128": "images\/icon_128x128.png"
        },
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng PhiLongOrder.com",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "64": "images\/icon_64x64.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/philongorder.com\/*",
        "https:\/\/2.taobao.com\/item.htm"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.philongorder.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.jd.com\/*",
                "https:\/\/*.jd.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/item.1688.com\/*",
                "https:\/\/item.1688.com\/*",
                "http:\/\/item.jd.com\/*",
                "https:\/\/item.jd.com\/*",
                "https:\/\/item.jd.hk\/*"
            ],
            "css": [
                "all.min.css"
            ],
            "js": [
                "all.min.js"
            ]
        }
    ]
}