OTDI Device Status Firefox

Examine source code of OTDI Device Status

Inspect and view changes in OTDI Device Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "OTDI Device Status",
  "version": "1.2.0",
  "description": "Print lables with the status of devices using data from ServiceNow",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://osuitsm.service-now.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://osuitsm.service-now.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "print.html",
        "print.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "otdi-device-status@osu.edu",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best OTDI Device Status Alternatives

Here are some Firefox add-ons that are similar to OTDI Device Status: