Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Τι είναι το Cipafilter Direct Authenticator;

Το Cipafilter Direct Authenticator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cipafilter-chrome-store-developers, και η κύρια λειτουργία του είναι "Automatically authenticate with Cipafilter".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cipafilter Direct Authenticator

Λήψη αρχείων επέκτασης Cipafilter Direct Authenticator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
Επίσημο URL https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Περιγραφή Automatically authenticate with Cipafilter
Μέγεθος Αρχείου 279 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 0.1.7
Τελευταία Ενημέρωση 2023-03-31
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής cipafilter-chrome-store-developers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cipafilter.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cipafilter.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.familyzone.com/legal
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}