Mat Bao assistant
Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão
什么是Mat Bao assistant?
Mat Bao assistant是由https://www.matbao.net开发的Chrome扩展程序,该扩展的主要功能是“Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão”。
扩展截图
下载Mat Bao assistant扩展crx文件
下载Mat Bao assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Mat Bao assistant |
ID | eccdnkekcnnnlipheicaldlogfnccfoc |
官方URL | https://chromewebstore.google.com/detail/mat-bao-assistant/eccdnkekcnnnlipheicaldlogfnccfoc |
简介 | Giúp bạn tìm thấy dịch vụ tốt nhất từ Mắt Bão |
文件大小 | 452 KB |
安装次数 | 899 |
当前版本 | 1.4.3 |
更新时间 | 2022-03-29 |
上架时间 | 2019-10-01 |
评分 | 4.92/5 共48次评分 |
开发者 | https://www.matbao.net |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.matbao.net/thong-tin/thoa-thuan-su-dung.html |
支持的语言 | 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" } |