Keep in Firefox

Examine source code of Keep in

Inspect and view changes in Keep in source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Keep in",
  "version": "1.0",
  "description": "Build an Extension to save Linkedin messages!",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/messaging/*",
        "https://www.linkedin.com/feed/"
      ],
      "js": [
        "message_page.js",
        "main_page.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons8-messages-50.png",
    "default_popup": "popup.html",
    "deafult_title": "Keep in Messages"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://www.linkedin.com/messaging/*",
    "https://www.linkedin.com/feed/"
  ],
  "manifest_version": 2
}

Mejores alternativas Keep in

Aquí hay algunas Firefox add-ons que son similares a Keep in: