Chromebook Device Info

Chromebook Device Information.

ما هو Chromebook Device Info؟

Chromebook Device Info هو إضافة Chrome تم تطويرها بواسطة semalpatil، والميزة الرئيسية لها هي "Chromebook Device Information.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chromebook Device Info

قم بتنزيل ملفات الامتداد Chromebook Device Info بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Chromebook Device Info Chromebook Device Info
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"
    ]
}