Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Wat is Cipafilter Direct Authenticator?

Cipafilter Direct Authenticator is een Chrome-extensie ontwikkeld door cipafilter-chrome-store-developers, en de belangrijkste functie is "Automatically authenticate with Cipafilter".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cipafilter Direct Authenticator

Download Cipafilter Direct Authenticator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
Officiële URL https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Beschrijving Automatically authenticate with Cipafilter
Bestandsgrootte 279 KB
Aantal Installaties 50,000
Huidige Versie 0.1.7
Laatst Bijgewerkt 2023-03-31
Publicatiedatum 2020-06-19
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cipafilter-chrome-store-developers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cipafilter.com
Help Pagina-URL https://support.cipafilter.com
URL van de Privacybeleid Pagina https://www.familyzone.com/legal
Ondersteunde Talen 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
        }
    ]
}