Endorse All Skills for LinkedIn

Endorse All Skills for LinkedIn

Adds an endorse-all button to LinkedIn's skills section.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Endorse-All Button for LinkedIn",
  "version": "2.3",
  "description": "Adds an endorse-all button to the LinkedIn skills section.",
  "icons": {
    "48": "icons/endorse-48.png",
    "96": "icons/endorse-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "endorse-all.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3589287-5fe1-41e1-a8e0-28aefbe92349}"
    }
  }
}