Xactware ClickOnce Firefox

Examine source code of Xactware ClickOnce

Inspect and view changes in Xactware ClickOnce source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "xactwareclickonce@xactware.com"
    }
  },
  "background": {
    "scripts": [
      "js/background-script.js"
    ]
  },
  "manifest_version": 2,
  "name": "Xactware ClickOnce",
  "version": "1.3",
  "description": "Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer.",
  "icons": {
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.xactimate.com/*",
        "https://xactimate.com/*",
        "https://*.xactcontents.com/*",
        "https://xactcontents.com/*"
      ],
      "js": [
        "js/export.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "nativeMessaging",
    "https://*.xactimate.com/*",
    "https://xactimate.com/*",
    "https://*.xactcontents.com/*",
    "https://xactcontents.com/*"
  ]
}

Best Xactware ClickOnce Alternatives

Here are some Firefox add-ons that are similar to Xactware ClickOnce: