Nhaphanguytin.net

Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688

什么是Nhaphanguytin.net?

Nhaphanguytin.net是由tohailinh开发的Chrome扩展程序,该扩展的主要功能是“Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688”。

扩展截图

screenshot
screenshot
screenshot

下载Nhaphanguytin.net扩展crx文件

下载Nhaphanguytin.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Công cụ hỗ trợ tìn kiếm, đặt hàng bên Trung Quốc
Công ty XNK Hải Gia luôn trong top các công ty có dịch vụ chất lượng,uy tín ,giá rẻ trong lĩnh vực  nhập hàng trung quốc.Với   Công cụ hỗ trợ khách hàng  tìm kiếm và mua hàng online từ các wed site china taobao,1688,tmall.com đơn giản và siêu rẻ.                    

扩展基本信息

名称 Nhaphanguytin.net Nhaphanguytin.net
ID pejelfgmjgkgdenieldbpkbglhgndndm
官方URL https://chromewebstore.google.com/detail/nhaphanguytinnet/pejelfgmjgkgdenieldbpkbglhgndndm
简介 Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như tmall, taobao, 1688
文件大小 559 KB
安装次数 95
当前版本 2.2.2
更新时间 2024-01-21
上架时间 2020-06-21
开发者 tohailinh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nhaphanguytin.net
帮助页面URL https://nhaphanguytin.net
隐私政策页面URL https://vanchuyentrungviethh.com/chinh-sach
支持的语言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nhaphanguytin.net",
    "description": "Cho ph\u00e9p b\u1ea1n \u0111\u1eb7t h\u00e0ng, nh\u1eadn b\u00e1o gi\u00e1 tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 tmall, taobao, 1688",
    "browser_action": {
        "default_icon": "images\/icon48.jpg",
        "default_popup": "template\/popup.html",
        "default_title": "Nhaphanguytin.net - Order taobao"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/tmall\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/taobao\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/1688\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.nhaphanguytin.net\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ],
    "manifest_version": 2,
    "version": "2.2.2"
}