Công cụ ký điện tử kê khai BHXH VIETTEL

Công cụ ký điện tử kê khai BHXH VIETTEL

Extension ký số dữ liệu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Extension ký số dữ liệu",
  "homepage_url": "http://www.viettel-ca.vn/",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40.0",
  "name": "Công cụ ký điện tử kê khai BHXH VIETTEL",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.2",
  "web_accessible_resources": [
    "page.js"
  ]
}