Nhập hàng phương đông công cụ

Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.

O que é Nhập hàng phương đông công cụ?

Nhập hàng phương đông công cụ é uma extensão do Chrome desenvolvida por hungbn306, e sua principal característica é "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nhập hàng phương đông công cụ

Baixe arquivos de extensão Nhập hàng phương đông công cụ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Công Cụ Đặt Hàng giúp Khách hàng tạo đơn và đặt hàng từ Trung Quốc một cách dễ dàngỨng dụng giúp cho bạn có thể dễ dàng lấy thông tin sản phẩm từ các trang web bán hàng Trung Quốc (taobao, tmall, 1688) và tạo đơn hàng trên hệ thống.
Chúng tôi hiện tại có 2 tên miền là
https://nhaphangphuongdong.com
https://nhaphangphuongdong.vn                    

Informações Básicas da Extensão

Nome Nhập hàng phương đông công cụ Nhập hàng phương đông công cụ
ID oilioldmjdkeokcaoaiifgagecfnfgll
URL Oficial https://chromewebstore.google.com/detail/nh%E1%BA%ADp-h%C3%A0ng-ph%C6%B0%C6%A1ng-%C4%91%C3%B4ng-c%C3%B4n/oilioldmjdkeokcaoaiifgagecfnfgll
Descrição Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Tamanho do Arquivo 68.71 KB
Contagem de Instalações 324
Versão Atual 1.0.0
Última Atualização 2022-07-13
Data de Publicação 2020-07-13
Desenvolvedor hungbn306
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nhaphangphuongdong.vn/
URL da Página de Ajuda https://nhaphangphuongdong.com/
URL da Página de Política de Privacidade https://nhaphangphuongdong.vn/post/25/chinh-sach-bao-mat-thong-tin
Idiomas Suportados vi
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        },
        {
            "js": [
                "js\/random.js"
            ],
            "matches": [
                "http:\/\/www.random.org\/*",
                "https:\/\/www.random.org\/*"
            ]
        },
        {
            "js": [
                "\/js\/jquery.js",
                "js\/autopai.js"
            ],
            "matches": [
                "http:\/\/nhaphangphuongdong.vn\/order\/*",
                "https:\/\/nhaphangphuongdong.vn\/order\/*"
            ]
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.taobao.js"
            ],
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.tmall.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.1688.js"
            ],
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Nh\u1eadp h\u00e0ng ph\u01b0\u01a1ng \u0111\u00f4ng c\u00f4ng c\u1ee5",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "css\/main.css"
    ]
}