AppSentinel
Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
AppSentinelとは何ですか?
AppSentinelはDuo Securityによって開発されたChromeの拡張機能で、その主な機能は「Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.」です。
拡張機能のスクリーンショット
AppSentinel拡張機能のCRXファイルをダウンロード
AppSentinel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
拡張機能の基本情報
名前 | AppSentinel |
ID | fjgmaefpikpiocfaeknkgpjeoflfpdlh |
公式URL | https://chromewebstore.google.com/detail/appsentinel/fjgmaefpikpiocfaeknkgpjeoflfpdlh |
説明 | Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list. |
ファイルサイズ | 11.15 KB |
インストール数 | 126 |
現在のバージョン | 0.0.9 |
最終更新日 | 2019-12-09 |
公開日 | 2019-12-09 |
開発者 | Duo Security |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://duo.com/legal/privacy-notice-services |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/eventPage.js" ] }, "content_scripts": [ { "js": [ "content_scripts\/OauthBlockEvent.js" ], "matches": [ "*:\/\/accounts.google.com\/signin\/oauth\/error*" ], "run_at": "document_end" }, { "js": [ "content_scripts\/OauthConsentEvent.js" ], "matches": [ "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "AppSentinel", "permissions": [ "https:\/\/us-central1-appsentinel.cloudfunctions.net\/report_block_event", "https:\/\/us-central1-appsentinel.cloudfunctions.net\/update_context_db", "*:\/\/accounts.google.com\/signin\/oauth\/error*", "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount*", "identity", "identity.email" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9" } |