Công Cụ Đặt Hàng nhapkhautrungviet.com

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

Vad är Công Cụ Đặt Hàng nhapkhautrungviet.com?

Công Cụ Đặt Hàng nhapkhautrungviet.com är en Chrome-tillägg utvecklad av developers, och dess huvudfunktion är "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".

Tilläggsskärmbilder

screenshot

Ladda ner Công Cụ Đặt Hàng nhapkhautrungviet.com-förlängningens CRX-fil

Ladda ner Công Cụ Đặt Hàng nhapkhautrungviet.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
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.                    

Grundläggande Information om Tillägg

Namn Công Cụ Đặt Hàng nhapkhautrungviet.com Công Cụ Đặt Hàng nhapkhautrungviet.com
ID alefgejkmjejjdpoiimhioddmacoeabm
Officiell webbadress https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-nhapkhau/alefgejkmjejjdpoiimhioddmacoeabm
Beskrivning Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Filstorlek 66.65 KB
Antal Installationer 69
Aktuell Version 15
Senast Uppdaterad 2021-05-05
Publiceringsdatum 2021-05-04
Utvecklare developers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nhapkhautrungviet.com/
Hjälpsida URL https://nhapkhautrungviet.com/
URL till Sekretesspolicy Sidan http://hotro.nhaphangexpress.com/chinh-sach-bao-mat-va-quyen-rieng-tu
Stödda Språk vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "vp-icon.png"
    },
    "icons": {
        "16": "vp-icon.png",
        "48": "vp-icon.png",
        "128": "vp-icon.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:\/\/nhatminh247.dev:8000\/order\/*",
                "https:\/\/nhatminh247.dev:8000\/order\/*",
                "http:\/\/nhatminh247.vn\/order\/*",
                "https:\/\/nhatminh247.vn\/order\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.taobao.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.tmall.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.1688.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng nhapkhautrungviet.com",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "version": "15",
    "web_accessible_resources": [
        "css\/main.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}