Boundless Digital for Meraki
Boundless Digital for Meraki adds Role-Based Access Control to the Cisco Meraki administration dashboard.
Boundless Digital for Merakiคืออะไร?
Boundless Digital for Meraki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://boundlessdigital.com และคุณลักษณะหลักของมันคือ "Boundless Digital for Meraki adds Role-Based Access Control to the Cisco Meraki administration dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boundless Digital for Meraki
ดาวน์โหลดไฟล์ส่วนขยาย Boundless Digital for Meraki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get more control over your Cisco Meraki networking infrastructure. The Boundless Digital for Meraki extension is part of Boundless Access Control, the most advanced user access and management tool designed for Cisco Meraki. Through this extension, you can add granular Role-Based Access Control (RBAC) to the Cisco Meraki dashboard. This works by signing up for an account on Boundless Digital and creating an Access Control List within the Boundless platform. Your users will then install this extension, and use it to sign into your Meraki organization using SAML. The extension enforces the access credentials that you’ve allowed them through Boundless, ensuring that they can only access the resources which you’ve specified. With Boundless Access Control IT teams can fully control access to the Cisco Meraki dashboard resulting in minimized risks of configuration errors and sensitive data exposure.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Boundless Digital for Meraki |
ID | ahdlebkckeipaidnacekiamonhjibpkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boundless-digital-for-mer/ahdlebkckeipaidnacekiamonhjibpkm |
คำอธิบาย | Boundless Digital for Meraki adds Role-Based Access Control to the Cisco Meraki administration dashboard. |
ขนาดไฟล์ | 306 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.2.3.14 |
อัปเดตครั้งล่าสุด | 2024-02-20 |
วันที่เผยแพร่ | 2021-05-20 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://boundlessdigital.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.boundlessdigital.com/network-management/meraki-automation/role-based-access-control/ |
URL หน้าช่วยเหลือ | https://www.boundlessdigital.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.boundlessdigital.com/legal-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boundless Digital for Meraki", "description": "Boundless Digital for Meraki adds Role-Based Access Control to the Cisco Meraki administration dashboard.", "version": "0.2.3.14", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_title": "Boundless Digital for Meraki", "default_icon": "logo-dark.png" }, "declarative_net_request": { "rule_resources": [ { "id": "block_cloud_streaming", "enabled": false, "path": "blocking.json" } ] }, "permissions": [ "storage", "tabs", "declarativeNetRequest" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.meraki.com\/*" ], "run_at": "document_start", "js": [ "initialize.js" ] }, { "matches": [ "https:\/\/dashboard.boundlessdigital.com\/*" ], "js": [ "boundless.js" ] } ], "web_accessible_resources": [ { "resources": [ "logo-light.png", "mkiconf_sampler.js" ], "matches": [ "https:\/\/*.meraki.com\/*" ] } ] } |