Filter AWS SAML Firefox

Examine source code of Filter AWS SAML

제작자: Gavin Mathes
Inspect and view changes in Filter AWS SAML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Filter AWS SAML",
  "version": "0.6",
  "description": "Filters the list of AWS accounts on https://signin.aws.amazon.com/saml",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "event.js"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://signin.aws.amazon.com/saml*"
      ],
      "js": [
        "filterScript.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Open User URL"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0a31624a-00ff-49f4-8eb9-7865414c6868}"
    }
  }
}

최고의 Filter AWS SAML 대안

다음은 Filter AWS SAML과(와) 유사한 Firefox add-on입니다: