LinkedIn Chat Export Firefox

Examine source code of LinkedIn Chat Export

Inspect and view changes in LinkedIn Chat Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Chat Export",
  "description": "Export LinkedIn conversations as Markdown or JSON",
  "version": "0.1.0",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-chat-export@simonhartcher.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_title": "LinkedIn Chat Export",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best LinkedIn Chat Export Alternatives

Here are some Firefox add-ons that are similar to LinkedIn Chat Export: