Konciv Support Tools Firefox

Examine source code of Konciv Support Tools

Inspect and view changes in Konciv Support Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Konciv Support Tools",
  "version": "1.0.1",
  "description": "Capture comprehensive debugging information with one click and keep Konciv updated with automatic cache clearing.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "browsingData",
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@konciv.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Konciv Support Tools Alternatives

Here are some Firefox add-ons that are similar to Konciv Support Tools: