Admsys - Emitir Notas

Admsys - Emitir Notas

Esse plugin é utilizado pelo programa Admsys da contentsys para realizar a geração, assinatura e envio de documentos fiscais para a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Admsys - Emitir Notas",
  "version": "1.8",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo-contentsys.png",
      "48": "logo-contentsys.png",
      "128": "logo-contentsys.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}