abts patient Firefox

Examine source code of abts patient

By: Alain
Inspect and view changes in abts patient source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Trouver un patient chez abts",
  "manifest_version": 2,
  "name": "abts patient",
  "version": "3.1.1",
  "homepage_url": "https://abts.fr",
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "support@abts83.fr",
      "strict_min_version": "42.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://pro.doctolib.fr/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "contextMenus",
    "storage",
    "http://localhost/*",
    "https://abts.fr/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_title": "Taches en attentes"
  }
}

Best abts patient Alternatives

Here are some Firefox add-ons that are similar to abts patient: