StartMeeting.com Scheduler Firefox

Examine source code of StartMeeting.com Scheduler

Inspect and view changes in StartMeeting.com Scheduler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "0.4.0.0",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "minimum_chrome_version": "29",
  "permissions": [
    "storage",
    "identity",
    "*://*.startmeeting.com/*"
  ],
  "background": {
    "scripts": [
      "vendor/jquery/jquery.min.js",
      "js/config.js",
      "js/background_oauth.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "dock_icon_16x16_active.png",
    "48": "dock_icon_48x48_active.png",
    "128": "dock_icon_128x128_active.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "dock_icon_16x16.png",
      "48": "dock_icon_48x48.png",
      "128": "dock_icon_128x128.png"
    },
    "default_title": "__MSG_extDefaultTitle__"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://calendar.google.com/*"
      ],
      "js": [
        "vendor/jquery/jquery.min.js",
        "js/config.js",
        "js/general_api_calls.js",
        "js/event_tools.js",
        "js/subscription_tools.js",
        "js/calendar.js"
      ],
      "css": [
        "css/general.css"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    "resources/images/*.png"
  ],
  "applications": {
    "gecko": {
      "id": "scheduler@startmeeting.com"
    }
  }
}

Best StartMeeting.com Scheduler Alternatives

Here are some Firefox add-ons that are similar to StartMeeting.com Scheduler: