Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Qu'est-ce que Cipafilter Direct Authenticator ?

Cipafilter Direct Authenticator est une extension Chrome développée par cipafilter-chrome-store-developers, et sa fonction principale est "Automatically authenticate with Cipafilter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cipafilter Direct Authenticator

Téléchargez les fichiers d'extension Cipafilter Direct Authenticator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
URL Officiel https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Description Automatically authenticate with Cipafilter
Taille du Fichier 279 KB
Nombre d'Installations 50,000
Version Actuelle 0.1.7
Dernière Mise à Jour 2023-03-31
Date de Publication 2020-06-19
Évaluation 1.00/5 Total 1 Évaluations
Développeur cipafilter-chrome-store-developers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cipafilter.com
URL de la Page d'Aide https://support.cipafilter.com
URL de la Page de Politique de Confidentialité https://www.familyzone.com/legal
Langues Prises en Charge 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
        }
    ]
}