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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |