Salesforce Inspector Advanced Firefox

Examine source code of Salesforce Inspector Advanced

Inspect and view changes in Salesforce Inspector Advanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Salesforce Inspector Advanced",
  "description": "Productivity tools for Salesforce administrators and developers to inspect data and metadata directly from the Salesforce UI.",
  "version": "1.35.2",
  "icons": {
    "128": "icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "salesforceinspector@advanced",
      "strict_min_version": "60.0"
    }
  },
  "permissions": [
    "cookies",
    "https://*.salesforce.com/*",
    "https://*.force.com/*",
    "https://*.cloudforce.com/*",
    "https://*.visualforce.com/*",
    "https://*.sfcrmapps.cn/*",
    "https://*.sfcrmproducts.cn/*",
    "https://*.salesforce.mil/*",
    "https://*.force.mil/*",
    "https://*.cloudforce.mil/*",
    "https://*.visualforce.mil/*",
    "https://*.crmforce.mil/*",
    "https://*.force.com.mcas.ms/*",
    "https://*.salesforce-setup.com/*",
    "https://*.builder.salesforce-experience.com/*"
  ],
  "action": {
    "default_title": "Export data"
  },
  "commands": {
    "apex-runner": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Command+Shift+C"
      },
      "description": "Run apex code"
    },
    "data-export": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Export data"
    },
    "data-import": {
      "suggested_key": {
        "default": "Ctrl+Shift+I",
        "mac": "Command+Shift+I"
      },
      "description": "Import data"
    },
    "streaming": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Manage streaming"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.salesforce.com/*",
        "https://*.visual.force.com/*",
        "https://*.vf.force.com/*",
        "https://*.lightning.force.com/*",
        "https://*.cloudforce.com/*",
        "https://*.visualforce.com/*",
        "https://*.sfcrmapps.cn/*",
        "https://*.sfcrmproducts.cn/*",
        "https://*.salesforce.mil/*",
        "https://*.visual.force.mil/*",
        "https://*.vf.force.mil/*",
        "https://*.lightning.force.mil/*",
        "https://*.cloudforce.mil/*",
        "https://*.visualforce.mil/*",
        "https://*.crmforce.mil/*",
        "https://*.lightning.force.com.mcas.ms/*",
        "https://*.salesforce-setup.com/*",
        "https://*.builder.salesforce-experience.com/*",
        "https://*.force.com/*"
      ],
      "all_frames": true,
      "css": [
        "button.css",
        "inspect-inline.css"
      ],
      "js": [
        "button.js",
        "inspect-inline.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "popup.html",
    "apex-runner.html",
    "log.html",
    "streaming.html",
    "data-export.html",
    "data-import.html",
    "inspect.html",
    "metadata-retrieve.html",
    "explore-api.html",
    "limits.html",
    "options.html",
    "dependency.html"
  ],
  "incognito": "spanning",
  "manifest_version": 2
}

Best Salesforce Inspector Advanced Alternatives

Here are some Firefox add-ons that are similar to Salesforce Inspector Advanced: