Create AWS credentials by using SAML 2.0

Create AWS credentials by using SAML 2.0

Create credentials file with AWS STS Keys after logging in to AWS webconsole using SSO (SAML 2.0))

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Deepak",
  "name": "Create AWS credentials by using SAML 2.0",
  "description": "Create credentials file with AWS STS Keys after logging in to AWS webconsole using SSO (SAML 2.0))",
  "version": "1.0",
  "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"
  },
  "options_page": "options/options.html",
  "permissions": [
    "webRequest",
    "https://signin.aws.amazon.com/saml",
    "storage",
    "downloads",
    "tabs"
  ]
}