Partsbox Print Button Firefox

Examine source code of Partsbox Print Button

By: ceres-c
Inspect and view changes in Partsbox Print Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Partsbox Print Button",
  "description": "Print entities to label directly from Partsbox web UI.",
  "version": "0.2",
  "permissions": [],
  "host_permissions": [
    "*://*.partsbox.io/*",
    "*://*.partsbox.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.partsbox.io/*",
        "*://*.partsbox.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "partsbox-print-ff@ceres-c.it"
    }
  }
}

Best Partsbox Print Button Alternatives

Here are some Firefox add-ons that are similar to Partsbox Print Button: