VTIX Health Firefox

Examine source code of VTIX Health

By: VTIX Add-on
Inspect and view changes in VTIX Health source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VTIX Health",
  "version": "1.0.2",
  "description": "Real-time business context execution and intelligent form autofill",
  "browser_specific_settings": {
    "gecko": {
      "id": "health@vtix.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "healthInfo",
          "personalCommunications",
          "browsingActivity",
          "websiteContent",
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "https://api.vtix.ai/*",
    "https://vtix.ai/*",
    "wss://api.vtix.ai/*",
    "<all_urls>",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "assets/*",
    "permission/permission.html",
    "permission/permission.js"
  ]
}

Best VTIX Health Alternatives

Here are some Firefox add-ons that are similar to VTIX Health: