HotelRunner POS Ticket Firefox

Examine source code of HotelRunner POS Ticket

Inspect and view changes in HotelRunner POS Ticket source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HotelRunner POS Ticket",
  "version": "1.0.1",
  "description": "Transforme automatiquement les folios HotelRunner en format ticket POS pour impression",
  "author": "Developer",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "https://*.hotelrunner.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hotelrunner.com/admin/pms/folios/*/print*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f630877-3bbc-4079-b42b-d8a9e8c37920}",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best HotelRunner POS Ticket Alternatives

Here are some Firefox add-ons that are similar to HotelRunner POS Ticket: