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.                     Основная информация о расширении
| Название |   |  
| 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"
}  |  |