GLX Passwords (Nextcloud) Firefox

Examine source code of GLX Passwords (Nextcloud)

Inspect and view changes in GLX Passwords (Nextcloud) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GLX Passwords (Nextcloud)",
  "version": "3.7.3",
  "description": "Native-artiger Passwort-Speichern/Autofill-Assistent für die Nextcloud Passwords App. Erkennt einfache und komplexe Login-Formulare, mehrstufige Logins, Passwort-only-Seiten, HTTP-Basic-/NTLM-Dialoge, IFrames, XSRF-Token und mehr; unterstützt Ordner anlegen, mehrere Themes und manuelles Speichern. Zusätzlich mit Benutzer-Daten: erkennt gängige Formularfelder (Anrede, Vorname, Zweiter Name, Nachname, Geburtstag, Firma, Straße, Adresszusatz, PLZ, Ort, Bundesland, Land, E-Mail, Telefon 1/2, Webseite), füllt das ganze Formular auf einen Klick automatisch aus und speichert bzw. aktualisiert die Daten zentral. Beim ersten Speichern wird dafür automatisch der Nextcloud-Ordner „Benutzer-Daten\" samt Eintrag angelegt; weitere Felder werden später ergänzt.",
  "browser_specific_settings": {
    "gecko": {
      "id": "glx-passwords@gordonx.de",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "themes.js",
        "content-script.js"
      ],
      "css": [
        "overlay.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GLX Passwords",
    "default_icon": "icons/icon.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best GLX Passwords (Nextcloud) Alternatives

Here are some Firefox add-ons that are similar to GLX Passwords (Nextcloud):