ChromeOS Diagnostics

The helper extension for the ChromeOS Diagnostics PWA.

What is ChromeOS Diagnostics?

ChromeOS Diagnostics is a Chrome extension developed by Aayush Joglekar, and its main feature is "The helper extension for the ChromeOS Diagnostics PWA.".

Extension Screenshots

screenshot

Download ChromeOS Diagnostics Extension CRX File

Download ChromeOS Diagnostics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        DiagChrome is a PWA for monitoring telemetrics data of a user's system in realtime. This app helps to fill the void of universal beautiful app which can be installed on ChromeOS for monitoring realtime data.                    

Extension Basic Information

Name ChromeOS Diagnostics ChromeOS Diagnostics
ID iaikiknobcggeikpbccmekhmhjkclgie
Official URL https://chromewebstore.google.com/detail/chromeos-diagnostics/iaikiknobcggeikpbccmekhmhjkclgie
Description The helper extension for the ChromeOS Diagnostics PWA.
File Size 67.96 KB
Installation Count 714
Current Version 0.1
Last Updated 2021-03-25
Publish Date 2021-03-25
Rating 1.00/5 Total 1 Ratings
Developer Aayush Joglekar
Email [email protected]
Payment Type free
Extension Website https://diagchrome.netlify.app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeOS Diagnostics",
    "version": "0.1",
    "description": "The helper extension for the ChromeOS Diagnostics PWA.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/android-icon-48x48.png",
        "128": "images\/apple-icon-120x120.png"
    },
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "system.cpu",
        "system.storage",
        "system.memory"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/diagchrome.netlify.app\/*"
        ]
    }
}