Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Apa itu Cipafilter Direct Authenticator?

Cipafilter Direct Authenticator adalah ekstensi Chrome yang dikembangkan oleh cipafilter-chrome-store-developers, dan fitur utamanya adalah "Automatically authenticate with Cipafilter".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cipafilter Direct Authenticator

Unduh file ekstensi Cipafilter Direct Authenticator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
URL Resmi https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Deskripsi Automatically authenticate with Cipafilter
Ukuran File 279 KB
Jumlah Instalasi 50,000
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2023-03-31
Tanggal Publikasi 2020-06-19
Penilaian 1.00/5 Total 1 Penilaian
Pengembang cipafilter-chrome-store-developers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cipafilter.com
URL Halaman Bantuan https://support.cipafilter.com
URL Halaman Kebijakan Privasi https://www.familyzone.com/legal
Bahasa yang Didukung 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
        }
    ]
}