Tra cứu mã số thẻ bảo hiểm y tế

Tra cứu mã số thẻ bảo hiểm y tế

Tiện ích tra cứu mã số thẻ bảo hiểm y tế nhanh và đơn giản nhất hiện nay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tra cứu mã số thẻ bảo hiểm y tế",
  "description": "Tiện ích tra cứu mã số thẻ bảo hiểm y tế nhanh và đơn giản nhất hiện nay",
  "version": "0.0.1",
  "manifest_version": 2,
  "homepage_url": "https://niemtinbaohiem.com/tra-cuu-ma-so-the-bao-hiem-y-te/",
  "browser_action": {
    "default_popup": "script/popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en"
}