MassLink — Connections Exporter Firefox

Examine source code of MassLink — Connections Exporter

Inspect and view changes in MassLink — Connections Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MassLink — Connections Exporter",
  "version": "0.4.3",
  "description": "Export LinkedIn connections and search results to CSV or Excel. AI-categorised against your ICP. No Sales Navigator needed.",
  "browser_specific_settings": {
    "gecko": {
      "id": "masslink@epyphite.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://trade.orbitalpay.ai/*"
  ],
  "background": {
    "scripts": [
      "src/background/api.js",
      "src/background/background.js"
    ]
  },
  "action": {
    "default_title": "MassLink",
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "src/lib/exporters.js",
        "src/lib/store-client.js",
        "src/lib/scraper.js",
        "src/lib/search.js",
        "src/content/overlay.js",
        "src/content/discovery.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best MassLink — Connections Exporter Alternatives

Here are some Firefox add-ons that are similar to MassLink — Connections Exporter: