RudderStack Assistant Firefox

Examine source code of RudderStack Assistant

제작자: RudderStack
Inspect and view changes in RudderStack Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RudderStack Assistant",
  "description": "RudderStack Assistant - Debug your RudderStack JavaScript SDK (events, destinations, plugins, user state) in Chrome and Firefox",
  "version": "1.11.1",
  "short_name": "RS Assistant",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "author": "RudderStack",
  "homepage_url": "https://www.rudderstack.com",
  "permissions": [
    "tabs",
    "webRequest",
    "clipboardWrite",
    "activeTab",
    "storage",
    "*://*/*"
  ],
  "incognito": "split",
  "minimum_chrome_version": "120",
  "offline_enabled": false,
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d973a29-6666-477b-a7e4-1027099ceddc}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "RudderStack Assistant",
    "default_popup": "popup.html"
  },
  "devtools_page": "devtools.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/isolated.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/main.js"
      ],
      "world": "MAIN"
    }
  ]
}

최고의 RudderStack Assistant 대안

다음은 RudderStack Assistant과(와) 유사한 Firefox add-on입니다: