smplogs for CloudWatch Firefox

Examine source code of smplogs for CloudWatch

By: smplogs Add-on
Inspect and view changes in smplogs for CloudWatch source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "smplogs for CloudWatch",
  "version": "1.0.1",
  "description": "Analyze CloudWatch Log Events and Logs Insights results with smplogs — instantly, client-side.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "https://*.console.aws.amazon.com/cloudwatch/*",
    "https://www.smplogs.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.console.aws.amazon.com/cloudwatch/home*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.smplogs.com/*"
      ],
      "js": [
        "smplogs-receiver.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "smplogs for CloudWatch",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smplogs-cloudwatch@smplogs.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo"
        ]
      }
    }
  }
}

Best smplogs for CloudWatch Alternatives

Here are some Firefox add-ons that are similar to smplogs for CloudWatch: