AWS Programmatic Access from SAML

AWS Programmatic Access from SAML

Opens a new tab with programmatic access credentials after logging in to the AWS Console using SSO (SAML 2.0).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Stena Group IT",
  "name": "AWS Programmatic Access from SAML",
  "description": "Opens a new tab with programmatic access credentials after logging in to the AWS Console using SSO (SAML 2.0).",
  "version": "0.0.3",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_32.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "background/background.html"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{865fc660-2da4-4dea-8429-d480007ac189}",
      "strict_min_version": "66.0"
    }
  }
}