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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } |