Cipafilter Direct Authenticator

Automatically authenticate with Cipafilter

Cipafilter Direct Authenticator란 무엇입니까?

Cipafilter Direct Authenticator은(는) cipafilter-chrome-store-developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically authenticate with Cipafilter"입니다.

확장 프로그램 스크린샷

screenshot

Cipafilter Direct Authenticator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}