Mat Bao assistant

Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão

What is Mat Bao assistant?

Mat Bao assistant is a Chrome extension developed by https://www.matbao.net, and its main feature is "Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão".

Extension Screenshots

screenshot

Download Mat Bao assistant Extension CRX File

Download Mat Bao assistant 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

                        Mat Bao Assistant là tiện ích giúp gợi ý, tìm kiếm nhanh các dịch vụ tốt nhất trên trình duyệt Chrome phù hợp với nhu cầu tìm kiếm dịch vụ tên miền, hosting, email chuyên nghiệp, Cloud server, Hoá Đơn Online, SSL,  ... của bạn.

 

Cách sử dụng: Bạn không cần phải làm gì khác sau khi cài đặt tiện ích này. Khi bạn tìm kiếm sản phẩm, tiện ích Mat Bao Assistant sẽ tự động gợi ý các sản phẩm phù hợp (nếu có). Toàn bộ thông tin thu thập từ tiện ích này đều được cam kết bảo mật theo chính sách bảo mật của Mat Bao: https://www.matbao.net/thong-tin/thoa-thuan-bao-mat-thong-tin.html

---------

Mat Bao Assistant is an offcial Chrome extension of Mat Bao Corporation which helps you to look for most relevant services on Matbao.net.

 

How to use: You add Mat Bao Assistant extention, that's all. When you search for services on the web, Mat Bao Assistant will automatically recommend suitable services on Matbao.net for you. We strictly care about your privacy. For your reference, please read our Privacy Policy here: https://www.matbao.net/thong-tin/thoa-thuan-bao-mat-thong-tin.html                    

Extension Basic Information

Name Mat Bao assistant Mat Bao assistant
ID eccdnkekcnnnlipheicaldlogfnccfoc
Official URL https://chromewebstore.google.com/detail/mat-bao-assistant/eccdnkekcnnnlipheicaldlogfnccfoc
Description Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão
File Size 452 KB
Installation Count 899
Current Version 1.4.3
Last Updated 2022-03-29
Publish Date 2019-10-01
Rating 4.92/5 Total 48 Ratings
Developer https://www.matbao.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.matbao.net/thong-tin/thoa-thuan-su-dung.html
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MatBao",
    "background": {
        "persistent": true,
        "scripts": [
            "contents\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32x32.png",
        "icons": {
            "128": "images\/128x128.png",
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png"
        },
        "default_popup": "pages\/Extentsion-Matbao-Assistant.html",
        "default_title": "MatBao"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "contents\/css\/contentStyle.css"
            ],
            "js": [
                "contents\/js\/jquery-3.2.1.min.js",
                "contents\/js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.vn\/*",
                "https:\/\/www.pavietnam.vn\/*",
                "https:\/\/www.matbao.net\/*",
                "https:\/\/tenten.vn\/*",
                "https:\/\/inet.vn\/*",
                "https:\/\/shopee.vn\/*"
            ]
        }
    ],
    "description": "Gi\u00fap b\u1ea1n t\u00ecm th\u1ea5y d\u1ecbch v\u1ee5 t\u1ed1t nh\u1ea5t t\u1eeb M\u1eaft B\u00e3o",
    "homepage_url": "https:\/\/www.matbao.net",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "name": "Mat Bao assistant",
    "version": "1.4.3"
}