Keep in Firefox

Examine source code of Keep in

제작자: Vikas Kumar Jha
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
}

최고의 Keep in 대안

다음은 Keep in과(와) 유사한 Firefox add-on입니다: