Cipafilter Direct Authenticator
Automatically authenticate with Cipafilter
Cipafilter Direct Authenticatorคืออะไร?
Cipafilter Direct Authenticator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cipafilter-chrome-store-developers และคุณลักษณะหลักของมันคือ "Automatically authenticate with Cipafilter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cipafilter Direct Authenticator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } ] } |