Vietnam Social Security Declaration

Vietnam Social Security Declaration

Ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vietnam Social Security Declaration",
  "short_name": "vss declaration",
  "version": "2.0",
  "description": "Ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "nativeMessaging"
  ]
}