Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Cipafilter Direct Authenticatorとは何ですか?
Cipafilter Direct Authenticatorはcipafilter-chrome-store-developersによって開発されたChromeの拡張機能で、その主な機能は「Automatically authenticate with Cipafilter」です。
拡張機能のスクリーンショット
Cipafilter Direct Authenticator拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } ] } |