WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Check Managed

Check Managed

View on Chrome Web Store
0.0 (0 ratings)
0 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Check Managed logs device information to an unauthenticated data sink.
Type
Extension
Users
57 users
6
Website claycodes.org
Clay
Published
Version 0.1.3
Manifest version
3
Updated
productivity/developer
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "0.1.3",
    "author": "Clay Smith",
    "short_name": "__MSG_appName__",
    "homepage_url": "https:\/\/www.claycodes.org",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "36": "images\/icons\/36.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "enterprise.deviceAttributes",
        "identity",
        "identity.email",
        "storage",
        "alarms",
        "management",
        "enterprise.networkingAttributes",
        "enterprise.hardwarePlatform",
        "system.cpu"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.