Apps4.Pro Office 365 License Manager
Helps you to manage license for bulk users and generate license based reports
Apps4.Pro Office 365 License Managerคืออะไร?
Apps4.Pro Office 365 License Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apps4.pro และคุณลักษณะหลักของมันคือ "Helps you to manage license for bulk users and generate license based reports"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apps4.Pro Office 365 License Manager
ดาวน์โหลดไฟล์ส่วนขยาย Apps4.Pro Office 365 License Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Apps4.Pro Office 365 License Manager is a simple Chrome Add-In to manage users license. This product will allow you to generate Office 365 user and license-based reports and you can manage license for single user, multiple users and bulk users by importing users from CSV file. Key Features: - Assign license, individual license services and usage location for multiple new users. - Manage license for bulk users by importing users from CSV file. - Add new license or set of services along with existing license assignments. - Replace existing license/services by new set of license assignments. - Remove a license or features from a specific license. - Export reports data in CSV and Excel format. - Easily group, filter and sort report data. You can generate following reports using this extension: - All Users. - All Licensed Users. - All Licensed Users with user’s Last Login Date. It includes last activity date to specific service like SharePoint, Exchange, OneDrive for Business, etc. - Users based on specific license. - License vs Usage summary report. - All available Licenses with their Active Units and Consumed Units.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Apps4.Pro Office 365 License Manager |
ID | npbjfmkmboppljjdebgknedjmnpffkgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/apps4pro-office-365-licen/npbjfmkmboppljjdebgknedjmnpffkgc |
คำอธิบาย | Helps you to manage license for bulk users and generate license based reports |
ขนาดไฟล์ | 2.88 MB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0.1.4 |
อัปเดตครั้งล่าสุด | 2020-06-23 |
วันที่เผยแพร่ | 2020-06-23 |
ผู้พัฒนา | https://apps4.pro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.yammer.com/apps4pro |
URL หน้านโยบายความเป็นส่วนตัว | https://apps4.pro/privacy-policy.aspx |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apps4.Pro Office 365 License Manager", "short_name": "Apps4.Pro Office 365 License Manager", "version": "1.0.1.4", "description": "Helps you to manage license for bulk users and generate license based reports", "background": { "page": "index.html#\/background-page", "persistent": true }, "browser_action": { "default_title": "Apps4.Pro Office 365 License Manager" }, "icons": { "128": "assets\/apps4pro-lic-manager-128px.png", "16": "assets\/apps4pro-lic-manager-16px.png", "48": "assets\/apps4pro-lic-manager-48px.png" }, "permissions": [ "cookies", "https:\/\/login.microsoftonline.com\/", "https:\/\/admin.microsoft.com\/admin\/api" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'", "web_accessible_resources": [ "assets\/jquery.min.js", "index.html", "inline.151f952f5e690db69811.bundle.js", "main.5005eb52c602a444699a.bundle.js", "polyfills.19687ef427b6460b82ba.bundle.js", "styles.4827acc5a8c62ef7d113.bundle.css" ] } |