LaunchMe - Copilot Tracker Firefox

Examine source code of LaunchMe - Copilot Tracker

By: Hugo
Inspect and view changes in LaunchMe - Copilot Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LaunchMe - Copilot Tracker",
  "version": "1.0",
  "description": "Ajoutez des offres et des contacts à votre réseau LaunchMe en un clic.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@launchme.fr",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/in/*",
        "https://linkedin.com/in/*"
      ],
      "js": [
        "content-linkedin.js"
      ]
    },
    {
      "matches": [
        "https://*.launchme.fr/*",
        "https://launchme.fr/*"
      ],
      "js": [
        "content-launchme.js"
      ]
    }
  ]
}

Best LaunchMe - Copilot Tracker Alternatives

Here are some Firefox add-ons that are similar to LaunchMe - Copilot Tracker: