Mat Bao assistant

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

Qu'est-ce que Mat Bao assistant ?

Mat Bao assistant est une extension Chrome développée par https://www.matbao.net, et sa fonction principale est "Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mat Bao assistant

Téléchargez les fichiers d'extension Mat Bao assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mat Bao assistant Mat Bao assistant
ID eccdnkekcnnnlipheicaldlogfnccfoc
URL Officiel 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
Taille du Fichier 452 KB
Nombre d'Installations 899
Version Actuelle 1.4.3
Dernière Mise à Jour 2022-03-29
Date de Publication 2019-10-01
Évaluation 4.92/5 Total 48 Évaluations
Développeur https://www.matbao.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.matbao.net/thong-tin/thoa-thuan-su-dung.html
Langues Prises en Charge 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"
}