Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Что такое Cipafilter Direct Authenticator?

Cipafilter Direct Authenticator - это расширение Chrome, разработанное cipafilter-chrome-store-developers, и его основная функция - "Automatically authenticate with Cipafilter".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cipafilter Direct Authenticator

Скачайте файлы расширений Cipafilter Direct Authenticator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Seamlessly integrate your Chromebooks with your Cipafilter to take advantage of our world class context based content filtering. The Cipafilter Direct Authenticator was created to provide a hassle free and effective single sign-on solution that is easy to deploy. 

Requirements:

 - Cipafilter firmware version 12 and above
 - Google OAuth set as an authentication source                    

Основная информация о расширении

Название Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
Официальный URL https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Описание Automatically authenticate with Cipafilter
Размер файла 279 KB
Количество установок 50,000
Текущая Версия 0.1.7
Последнее Обновление 2023-03-31
Дата публикации 2020-06-19
Рейтинг 1.00/5 Всего 1 оценок
Разработчик cipafilter-chrome-store-developers
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.cipafilter.com
URL страницы помощи https://support.cipafilter.com
URL страницы политики конфиденциальности https://www.familyzone.com/legal
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cipafilter Direct Authenticator",
    "description": "Automatically authenticate with Cipafilter",
    "version": "0.1.7",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "alarms",
        "background",
        "identity",
        "identity.email",
        "proxy",
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "scripting"
    ],
    "icons": {
        "16": "gfx\/lockicon16.png",
        "48": "gfx\/lockicon48.png",
        "128": "gfx\/lockicon128.png"
    },
    "action": {
        "default_title": "Triple click for debug"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}