AppointmentCore Inbox Plugin Firefox

Examine source code of AppointmentCore Inbox Plugin

제작자: AppointmentCore
Inspect and view changes in AppointmentCore Inbox Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AppointmentCore Inbox Plugin",
  "version": "0.11",
  "default_locale": "en",
  "icons": {
    "16": "./assets/img/appcore16.png",
    "32": "./assets/img/appcore32.png",
    "48": "./assets/img/appcore48.png",
    "128": "./assets/img/appcore128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "http://mail.google.com/*",
        "https://outlook.office.com/*",
        "http://outlook.office.com/*",
        "https://outlook.office365.com/*",
        "http://outlook.office365.com/*",
        "https://outlook.live.com/*",
        "http://outlook.live.com/*"
      ],
      "js": [
        "plugin/parser.js",
        "plugin/observer.js",
        "plugin/element.js",
        "plugin/clickable-element.js",
        "plugin/button.js",
        "plugin/icon-button.js",
        "plugin/frame.js",
        "plugin/icon.js",
        "plugin/app-injector.js",
        "plugin/plugin.js",
        "main.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "assets/img/appcore_calendar_black.svg",
    "assets/img/appcore_calendar_white.svg"
  ],
  "permissions": []
}

최고의 AppointmentCore Inbox Plugin 대안

다음은 AppointmentCore Inbox Plugin과(와) 유사한 Firefox add-on입니다: