FADO

A shopping tool from fado.vn

What is FADO?

FADO is a Chrome extension developed by https://fado.vn, and its main feature is "A shopping tool from fado.vn".

Extension Screenshots

screenshot
screenshot
screenshot

Download FADO Extension CRX File

Download FADO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Mua hàng quốc tế chính hãng giá cả minh bạch, thanh toán dễ dàng đa dạng phương thức.

FADO - NỀN TẢNG MUA HÀNG QUỐC TẾ CAO CẤP

Trải nghiệm mua sắm quốc tế đáng tin cậy:
- Chọn đúng sản phẩm cần mua chỉ với 1 thao tác tìm kiếm. Đi kèm là các lựa chọn có sự  tương đồng.
- Mức giá sản phẩm hiển thị là giá phải trả, không phát sinh thêm. 
- Thanh toán nhanh chóng, bảo mật với đa dạng các phương thức nội địa
- Mua sắm thông minh nhờ tính năng so sánh giá, tự động tìm mã khuyến mãi, cập nhật chương trình ưu đãi. 
- Chọn được nhiều sản phẩm từ nhiều seller. 
- Tất cả sản phẩm trong 1 giỏ hàng dễ dàng theo dõi, đặt hàng, thanh toán. 

FADO cung cấp không giới hạn hơn 5 tỷ sản phẩm chất lượng chính hãng, từ khắp nơi trên thế giới đặc biệt là từ các nước phát triển Mỹ, Đức, Nhật, Úc, Anh, Đức...Với tiện ích thông minh được cập nhật trên trình duyệt, ứng dụng giúp các giao dịch mua sắm trực tuyến trở nên dễ dàng cho dù bạn ở đâu. 

Cài đặt ngay tiện ích của FADO để tự tin mua sắm quốc tế và trải nghiệm dịch vụ uy tín.                    

Extension Basic Information

Name FADO FADO
ID kldmlnncnihipcfgkgofdmijlahociln
Official URL https://chromewebstore.google.com/detail/fado/kldmlnncnihipcfgkgofdmijlahociln
Description A shopping tool from fado.vn
File Size 781 KB
Installation Count 87
Current Version 1.0.2
Last Updated 2023-11-20
Publish Date 2023-10-17
Developer https://fado.vn
Email [email protected]
Payment Type free
Extension Website https://fado.vn
Privacy Policy Page URL https://fado.vn/privacy-policy
Supported Languages en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "static\/assets\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Premium Global E-Commerce"
    },
    "background": {
        "service_worker": "static\/js\/sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/jquery.js",
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "static\/js\/jquery.js",
                "static\/js\/checkout.js"
            ],
            "matches": [
                "*:\/\/fado.vn\/api\/v3\/extension\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "static\/js\/cart.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "content_scripts": "script-src 'self'; object-src 'self'",
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "vi",
    "description": "A shopping tool from fado.vn",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "static\/assets\/icon.png"
    },
    "manifest_version": 3,
    "name": "FADO",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "proxy"
    ],
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/assets\/*"
            ]
        }
    ]
}