Kigi Sale Webhook Firefox

Examine source code of Kigi Sale Webhook

Inspect and view changes in Kigi Sale Webhook 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": "Kigi Sale Webhook",
  "version": "1.0.0",
  "description": "Detecta vendas finalizadas no Kigi e dispara um webhook para um endpoint proprio.",
  "browser_specific_settings": {
    "gecko": {
      "id": "kigi-webhook@lorettoscarpa.com.br",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://app.kigi.com.br/*",
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.kigi.com.br/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "https://app.kigi.com.br/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Kigi Sale Webhook",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

Best Kigi Sale Webhook Alternatives

Here are some Firefox add-ons that are similar to Kigi Sale Webhook: