Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Was ist Cipafilter Direct Authenticator?
Cipafilter Direct Authenticator ist eine Chrome-Erweiterung, die von cipafilter-chrome-store-developers entwickelt wurde, und ihr Hauptmerkmal ist "Automatically authenticate with Cipafilter".
Erweiterungsscreenshots
Cipafilter Direct Authenticator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cipafilter Direct Authenticator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ebknnihoedejfnnjeckfifeojelocbll |
Offizielle URL | https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll |
Beschreibung | Automatically authenticate with Cipafilter |
Dateigröße | 279 KB |
Installationsanzahl | 50,000 |
Aktuelle Version | 0.1.7 |
Letztes Update | 2023-03-31 |
Veröffentlichungsdatum | 2020-06-19 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | cipafilter-chrome-store-developers |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.cipafilter.com |
Hilfeseite URL | https://support.cipafilter.com |
URL der Datenschutzrichtlinien-Seite | https://www.familyzone.com/legal |
Unterstützte Sprachen | 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 } ] } |