Integral CertHandler

Integral CertHandler

Essa extensão permite o intercâmbio entre a aplicação e os certificados digitais instalados na estação de trabalho.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "eventPage.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Essa extensão permite o intercâmbio entre a aplicação e os certificados digitais instalados na estação de trabalho.",
  "icons": {
    "16": "img/assweb-16x16.png",
    "32": "img/assweb-32x32.png",
    "48": "img/assweb-70x70.png",
    "128": "img/assweb-144x144.png"
  },
  "manifest_version": 2,
  "name": "Integral CertHandler",
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}