AppSentinel
Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list.
AppSentinelคืออะไร?
AppSentinel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duo Security และคุณลักษณะหลักของมันคือ "Allows Duo Security's Cloud Security team to vet new OAuth Applications for the Explicit Allow list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppSentinel
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |