BrConnector Firefox

Examine source code of BrConnector

Inspect and view changes in BrConnector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BrConnector",
  "description": "API para comunicação TCP e UDP utilizada no BrERP para integração com Balanças e outros periféricos.",
  "version": "0.5resigned1",
  "applications": {
    "gecko": {
      "id": "brconnector@devcoffee.com.br"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "*://*/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.brerp.com.br/erp/*",
        "*://*.devcoffee.com.br/erp/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "socketify.js"
  ],
  "manifest_version": 2
}

Best BrConnector Alternatives

Here are some Firefox add-ons that are similar to BrConnector: