WebExtension.net
Toggle dark mode
WebExtension.net

Chromebook usage monitoring - Sateraito Office

View on Chrome Web Store
View Chromebook usage monitoring - Sateraito Office Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Chromebook usage monitoring function allow write to log user using device
Type
Extension
Users
257 users
13
Sateraito Office
View author page of Sateraito Office
Published
Published on April 8, 2023
Version 1.1.7
Manifest version
3
Updated
Updated on January 9, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Chromebook usage monitoring - Sateraito Office Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "version": "1.1.7",
    "default_locale": "ja",
    "homepage_url": "https:\/\/www.sateraito.jp\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "jquery-1.10.2.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/128.png"
        },
        "default_popup": "time.html"
    },
    "icons": {
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "enterprise.deviceAttributes",
        "storage",
        "identity",
        "identity.email",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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.
Go to top