VND Converter

Chuyển ngoại tệ sang Việt Nam đồng trực tiếp trên trang web.

What is VND Converter?

VND Converter is a Chrome extension developed by https://buiminhphuc.com, and its main feature is "Chuyển ngoại tệ sang Việt Nam đồng trực tiếp trên trang web.".

Extension Screenshots

screenshot
screenshot
screenshot

Download VND Converter Extension CRX File

Download VND Converter 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

                        Ứng dụng hiện tại hỗ trợ hơn 19 đơn vị tiền tệ (đô Úc, đô Canada, franc Thụy Sĩ, krone Đan Mạch, đồng Euro, bảng Anh, đô HongKong, rupee Ấn Độ, yên Nhật, won Hàn Quốc, ringgit Malaysia, kroner Na Uy, rub Nga, krona Thụy Điển, đô Singapore, baht Thái, USD, Nhân dân tệ, Đài tệ ...) và thuật toán nhận biết mã tiền tệ thông minh.

Đổi sang tiền Việt bằng cách:
- Quét chọn số tiền và mã ngoại tệ trên trang web.
- Gõ trực tiếp vào ô nhập liệu của extension.
- Tự động nhận biết mã ngoại tệ mà bạn muốn đổi dựa trên trang web đang sử dụng.

Hãy gửi trang web mà bạn hay sử dụng vào phần Hỗ trợ để được thêm vào trong bản cập nhật tiếp theo.                    

Extension Basic Information

Name VND Converter VND Converter
ID fccdobmaecjklemcgjjkgbingioiapch
Official URL https://chromewebstore.google.com/detail/vnd-converter/fccdobmaecjklemcgjjkgbingioiapch
Description Chuyển ngoại tệ sang Việt Nam đồng trực tiếp trên trang web.
File Size 52.53 KB
Installation Count 438
Current Version 4.0.8
Last Updated 2020-10-05
Publish Date 2020-05-28
Rating 4.60/5 Total 10 Ratings
Developer https://buiminhphuc.com
Email [email protected]
Payment Type free
Extension Website https://github.com/phucbm/vnd-converter
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VND Converter",
    "short_name": "VND Converter",
    "description": "Chuy\u1ec3n ngo\u1ea1i t\u1ec7 sang Vi\u1ec7t Nam \u0111\u1ed3ng tr\u1ef1c ti\u1ebfp tr\u00ean trang web.",
    "version": "4.0.8",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/popup.js"
            ]
        }
    ]
}