Printing Metrics
printingMetricsTechnical Context
Grants access to printing usage statistics and metrics, primarily used in enterprise environments for print tracking and cost allocation.
What This Means For You
The extension can see statistics about printing activity, like how many pages have been printed. This is used for print tracking in offices.
Related APIs
This permission enables access to these Chrome APIs:
chrome.printingMetricsCommon Use Cases
- ✓Enterprise print tracking
- ✓Cost allocation
How to Declare in manifest.json
Add the "printingMetrics" permission to your extension manifest:
{
"manifest_version": 3,
"name": "My Extension",
"permissions": [
"printingMetrics"
]
}Related Permissions
Audio
audioOn Chromebooks in kiosk mode, the extension can see and control connected audio devices like speakers and microphones. This is mainly for enterprise or kiosk deployments.
File Browser Handler
fileBrowserHandlerOn Chromebooks, the extension can add new options for handling files in the Files app. This is only available on Chrome OS.
Text to Speech
ttsThe extension can make your computer read text aloud using the built-in voice. This is useful for accessibility or listening to articles.
Geolocation
geolocationThe extension can find out where you are located, either precisely through GPS or approximately through your internet connection. This is used for local search or mapping features.
Human Interface Devices
hidThe extension can communicate directly with special USB devices like game controllers or custom hardware. This is used for hardware configuration tools.