Chromebook Device Info
Chromebook Device Information.
Chromebook Device Infoคืออะไร?
Chromebook Device Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย semalpatil และคุณลักษณะหลักของมันคือ "Chromebook Device Information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromebook Device Info
ดาวน์โหลดไฟล์ส่วนขยาย Chromebook Device Info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays all the possible device related information that is available to the extension. Added many more enterprise related properties in this new version. This started more of an educational exercise, but due to feedback from active users, it looks like it is being used. In the beginning main purpose of publishing this was to figure out how the chrome.enterprise.deviceAttributes really works. This setting only works if the extension is applied from a policy from GSuite. As there is no other way to test this setting without publishing, I created this small extensions that also displays all the possible info bits available for a non dev channel release. Dev channel release has a couple of more info settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fonnndfldddonnmjebmnnhbkcpoiagmp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chromebook-device-info/fonnndfldddonnmjebmnnhbkcpoiagmp |
คำอธิบาย | Chromebook Device Information. |
ขนาดไฟล์ | 6.65 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2021-11-01 |
วันที่เผยแพร่ | 2018-02-14 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | semalpatil |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromebook Device Info", "short_name": "Chromebook Device Info", "description": "Chromebook Device Information.", "version": "3.1", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "128": "DI.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "system.storage", "system.cpu", "system.memory", "identity.email", "enterprise.deviceAttributes", "enterprise.hardwarePlatform", "enterprise.networkingAttributes" ] } |