SFDC Content Copier Firefox

Examine source code of SFDC Content Copier

Inspect and view changes in SFDC Content Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Salesforce Case Copier",
  "version": "1.0.0",
  "description": "Copy Salesforce case content to clipboard with one click",
  "permissions": [
    "scripting",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*.salesforce.com/*",
    "https://*.lightning.force.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Salesforce Case Copier"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.salesforce.com/*",
        "https://*.lightning.force.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "alexcwn@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SFDC Content Copier Alternatives

Here are some Firefox add-ons that are similar to SFDC Content Copier: