Azure VM Power Toggle Firefox

Examine source code of Azure VM Power Toggle

By: Nhatvip Add-on
Inspect and view changes in Azure VM Power Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Azure VM Power Toggle",
  "version": "1.0.1",
  "description": "Provides a convenient browser interface to start or deallocate an Azure Virtual Machine using automation runbooks via webhooks. Ideal for developers or admins who want quick VM control without logging into the Azure portal",
  "homepage_url": "https://github.com/sebastiaan-lampo/manage_azure_vm",
  "icons": {
    "48": "icons/azure-48.png",
    "96": "icons/azure-96.png"
  },
  "permissions": [
    "https://*.azure-automation.net/*",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/azure-48.png",
    "default_title": "Azure VM Status",
    "default_popup": "popup/azure_status.html"
  },
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fab66628-ea76-42a4-8af9-db44dfd5b2c0}"
    }
  }
}

Best Azure VM Power Toggle Alternatives

Here are some Firefox add-ons that are similar to Azure VM Power Toggle: