Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Co je Cipafilter Direct Authenticator?
Cipafilter Direct Authenticator je rozšíření Chrome vyvinuté cipafilter-chrome-store-developers, a jeho hlavní funkcí je „Automatically authenticate with Cipafilter“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cipafilter Direct Authenticator
Stáhněte si soubory rozšíření Cipafilter Direct Authenticator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ebknnihoedejfnnjeckfifeojelocbll |
Oficiální URL | https://chromewebstore.google.com/detail/cipafilter-direct-authent/ebknnihoedejfnnjeckfifeojelocbll |
Popis | Automatically authenticate with Cipafilter |
Velikost souboru | 279 KB |
Počet instalací | 50,000 |
Aktuální Verze | 0.1.7 |
Poslední Aktualizace | 2023-03-31 |
Datum Vydání | 2020-06-19 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | cipafilter-chrome-store-developers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.cipafilter.com |
URL Stránky Nápovědy | https://support.cipafilter.com |
URL Stránky Zásad Ochrany Soukromí | https://www.familyzone.com/legal |
Podporované Jazyky | 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 } ] } |