RNPSign Firefox

Examine source code of RNPSign

제작자: USDE RNP
Inspect and view changes in RNPSign source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RNPSign",
  "description": "Essa extensão permite configurar certificados para fins de assinatura digital",
  "version": "1.1.4",
  "icons": {
    "16": "logo512.png",
    "48": "logo512.png",
    "128": "logo512.png"
  },
  "browser_action": {
    "default_icon": "logo512.png",
    "default_title": "Opções da RNPSign",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "rnpsign@rnp.br",
      "strict_min_version": "50.0"
    }
  },
  "permissions": [
    "nativeMessaging",
    "http://*/",
    "https://*/"
  ]
}

최고의 RNPSign 대안

다음은 RNPSign과(와) 유사한 Firefox add-on입니다: