Mat Bao assistant

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

O que é Mat Bao assistant?

Mat Bao assistant é uma extensão do Chrome desenvolvida por https://www.matbao.net, e sua principal característica é "Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mat Bao assistant

Baixe arquivos de extensão Mat Bao assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Mat Bao assistant Mat Bao assistant
ID eccdnkekcnnnlipheicaldlogfnccfoc
URL Oficial https://chromewebstore.google.com/detail/mat-bao-assistant/eccdnkekcnnnlipheicaldlogfnccfoc
Descrição Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão
Tamanho do Arquivo 452 KB
Contagem de Instalações 899
Versão Atual 1.4.3
Última Atualização 2022-03-29
Data de Publicação 2019-10-01
Classificação 4.92/5 Total de 48 Avaliações
Desenvolvedor https://www.matbao.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.matbao.net/thong-tin/thoa-thuan-su-dung.html
Idiomas Suportados 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"
}