Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Co to jest Cipafilter Direct Authenticator?
Cipafilter Direct Authenticator to rozszerzenie Chrome opracowane przez cipafilter-chrome-store-developers, a jego główną funkcją jest „Automatically authenticate with Cipafilter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cipafilter Direct Authenticator
Pobierz pliki rozszerzeń Cipafilter Direct Authenticator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ebknnihoedejfnnjeckfifeojelocbll |
Oficjalny URL | https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll |
Opis | Automatically authenticate with Cipafilter |
Rozmiar pliku | 279 KB |
Liczba instalacji | 50,000 |
Aktualna Wersja | 0.1.7 |
Ostatnia Aktualizacja | 2023-03-31 |
Data Publikacji | 2020-06-19 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | cipafilter-chrome-store-developers |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.cipafilter.com |
Adres URL Strony Pomocy | https://support.cipafilter.com |
Adres URL Strony Polityki Prywatności | https://www.familyzone.com/legal |
Obsługiwane Języki | 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 } ] } |