WebExtension.net
WebExtension.net

Chromebook usage monitoring - Sateraito Office

View on Chrome Web Store
View Chromebook usage monitoring - Sateraito Office Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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
143 users
2
Sateraito Office
View author page of Sateraito Office
Published
Published on April 8, 2023
Version 1.1.3
Manifest version
3
Updated
Updated on September 24, 2024
View on Chrome Web Store
View Chromebook usage monitoring - Sateraito Office Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "version": "1.1.3",
    "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>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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