Org Lens Firefox

Examine source code of Org Lens

Inspect and view changes in Org Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Org Lens",
  "version": "1.2.0",
  "description": "Inspect Agentforce agents, Data Cloud objects, and CRM Analytics assets directly from your Salesforce org.",
  "homepage_url": "https://www.org-lens.rutvijpatil.in",
  "browser_specific_settings": {
    "gecko": {
      "id": "org-lens@rutvijpatil.in",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "cookies",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*.my.salesforce.com/*",
    "https://*.lightning.force.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Org Lens",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.my.salesforce.com/*",
        "https://*.lightning.force.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "icons/*"
      ],
      "matches": [
        "https://*.my.salesforce.com/*",
        "https://*.lightning.force.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'; font-src 'self'; img-src 'self'; connect-src https://*.my.salesforce.com https://*.lightning.force.com; object-src 'none';"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  }
}

Best Org Lens Alternatives

Here are some Firefox add-ons that are similar to Org Lens: