Silent Auto Print Firefox

Examine source code of Silent Auto Print

By: aris
Inspect and view changes in Silent Auto Print source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Silent Auto Print",
  "version": "1.4.4",
  "description": "Impresión silenciosa con jsPrintSetup: impresora fija, tamaño, bandeja, márgenes, orientación y copias. Incluye perfil Ticket.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_title": "Silent Auto Print",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "silent-auto-print@miempresa.local",
      "strict_min_version": "91.0"
    }
  }
}

Best Silent Auto Print Alternatives

Here are some Firefox add-ons that are similar to Silent Auto Print: