Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Cipafilter Direct Authenticator là gì?

Cipafilter Direct Authenticator là một tiện ích mở rộng Chrome được phát triển bởi cipafilter-chrome-store-developers, và tính năng chính của nó là "Automatically authenticate with Cipafilter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cipafilter Direct Authenticator

Tải xuống các tệp mở rộng Cipafilter Direct Authenticator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cipafilter Direct Authenticator Cipafilter Direct Authenticator
ID ebknnihoedejfnnjeckfifeojelocbll
URL Chính Thức https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll
Mô tả Automatically authenticate with Cipafilter
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2020-06-19
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cipafilter-chrome-store-developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cipafilter.com
URL Trang Trợ Giúp https://support.cipafilter.com
URL Trang Chính Sách Bảo Mật https://www.familyzone.com/legal
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}