Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Cos'è Cipafilter Direct Authenticator?
Cipafilter Direct Authenticator è un'estensione di Chrome sviluppata da cipafilter-chrome-store-developers, e la sua funzione principale è "Automatically authenticate with Cipafilter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cipafilter Direct Authenticator
Scarica i file di estensione Cipafilter Direct Authenticator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ebknnihoedejfnnjeckfifeojelocbll |
URL Ufficiale | https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll |
Descrizione | Automatically authenticate with Cipafilter |
Dimensione del File | 279 KB |
Conteggio Installazioni | 50,000 |
Versione Corrente | 0.1.7 |
Ultimo Aggiornamento | 2023-03-31 |
Data di Pubblicazione | 2020-06-19 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | cipafilter-chrome-store-developers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cipafilter.com |
URL della Pagina di Aiuto | https://support.cipafilter.com |
URL della Pagina della Politica sulla Privacy | https://www.familyzone.com/legal |
Lingue Supportate | 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 } ] } |