BizStore Công cụ ký điện tử

BizStore Công cụ ký điện tử

Extension ký số dữ liệu

Merlin
Additional files are visible only to premium users

manifest.json


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