QBoard - Auto Text Integration Firefox

Examine source code of QBoard - Auto Text Integration

Inspect and view changes in QBoard - Auto Text Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QBoard - Auto Text Integration",
  "version": "1.1.1",
  "description": "Integrasikan template autoteks Anda langsung ke input teks browser.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://q-board.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "qboard@teknosoft.id",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "action": {
    "default_title": "Buka QBoard"
  },
  "sidebar_action": {
    "default_panel": "popup.html",
    "default_icon": "icon.png",
    "default_title": "QBoard"
  },
  "background": {
    "scripts": [
      "config.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon.png",
    "512": "icon_512.png"
  }
}

Best QBoard - Auto Text Integration Alternatives

Here are some Firefox add-ons that are similar to QBoard - Auto Text Integration: