Công cụ đặt hàng 1Faco

Công cụ đặt hàng tiện ích, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall

¿Qué es Công cụ đặt hàng 1Faco?

Công cụ đặt hàng 1Faco es una extensión de Chrome desarrollada por 1Faco, y su función principal es "Công cụ đặt hàng tiện ích, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Công cụ đặt hàng 1Faco

Descarga archivos de extensión Công cụ đặt hàng 1Faco en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Công cụ đặt hàng tiện ích, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall
Là công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của 1Faco.com

Tính năng:

- Tỷ giá: Công cụ này sẽ cập nhật tỷ giá theo thời gian thực và dựa vào đó để quy đổi giá trị hàng hóa từ tiền tệ ra tiền VND. Giúp bạn dễ dàng theo dõi giá trị của sản phẩm một cách nhanh và chính xác nhất.

- Thông tin đầy đủ, chính xác: Công cụ này sẽ thu thập các dữ liệu trên trang Taobao, Tmall và 1688 mà bạn đang xem, sau đó dựa vào các thông tin về thuộc tính sản phẩm (màu sắc, kích thước..) mà bạn chọn, nó sẽ tự động cập nhật lại giá trị sản phẩm. Giúp bạn luôn thấy được thông tin đầy đủ, chính xác nhất.                    

Información Básica de la Extensión

Nombre Công cụ đặt hàng 1Faco Công cụ đặt hàng 1Faco
ID jmmcehakkojebnapondbplhiildmlmlj
URL Oficial https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-1faco/jmmcehakkojebnapondbplhiildmlmlj
Descripción Công cụ đặt hàng tiện ích, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall
Tamaño del Archivo 176 KB
Cantidad de Instalaciones 72
Versión Actual 1.3.7
Última Actualización 2022-03-23
Fecha de Publicación 2020-12-19
Desarrollador 1Faco
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://1faco.com
URL de la Página de Ayuda https://1faco.com/help/
URL de la Página de Política de Privacidad https://1faco.com/ho-tro/thong-bao/chinh-sach-bao-mat-thong-tin/11740035
Idiomas Soportados vi
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "http:\/\/daixiao.1688.com\/*",
                "https:\/\/daixiao.1688.com\/*",
                "https:\/\/wg.1688.com\/*"
            ],
            "js": [
                "contentScript.js",
                "site.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\/*",
                "http:\/\/*.yao.95095.com\/*",
                "https:\/\/*.yao.95095.com\/*",
                "http:\/\/*.jd.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "vi",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "permissions": [
        "http:\/\/*.1faco.com\/*",
        "https:\/\/*.1faco.com\/*",
        "storage",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.yao.95095.com\/*",
        "https:\/\/*.yao.95095.com\/*",
        "https:\/\/*.jd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.7",
    "web_accessible_resources": [
        "*"
    ]
}