Google Chrome · Schema
CountInstalledAppsResponse
Response containing counts of installed apps and extensions.
BrowserChrome ExtensionsDeveloper ToolsWeb Platform
Properties
| Name | Type | Description |
|---|---|---|
| installedApps | array | Installed app counts. |
| nextPageToken | string | Token for the next page of results. |
| totalSize | integer | Total number of installed apps. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CountInstalledAppsResponse",
"title": "CountInstalledAppsResponse",
"type": "object",
"description": "Response containing counts of installed apps and extensions.",
"properties": {
"installedApps": {
"type": "array",
"description": "Installed app counts.",
"items": {
"type": "object",
"properties": {
"appId": {
"type": "string",
"description": "App identifier."
},
"appType": {
"type": "string",
"description": "Type of the app.",
"enum": [
"APP_TYPE_UNSPECIFIED",
"EXTENSION",
"APP",
"THEME",
"HOSTED_APP",
"ANDROID_APP"
]
},
"appInstallType": {
"type": "string",
"description": "How the app was installed.",
"enum": [
"APP_INSTALL_TYPE_UNSPECIFIED",
"MULTIPLE",
"NORMAL",
"ADMIN",
"DEVELOPMENT",
"SIDELOAD",
"OTHER"
]
},
"appSource": {
"type": "string",
"description": "Source of the app.",
"enum": [
"APP_SOURCE_UNSPECIFIED",
"CHROME_WEBSTORE",
"PLAY_STORE"
]
},
"displayName": {
"type": "string",
"description": "Display name of the app."
},
"description": {
"type": "string",
"description": "Description of the app."
},
"homepageUri": {
"type": "string",
"format": "uri",
"description": "Homepage URL."
},
"permissions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Permissions requested by the app."
},
"browserDeviceCount": {
"type": "string",
"format": "int64",
"description": "Number of browsers with this app installed."
},
"osUserCount": {
"type": "string",
"format": "int64",
"description": "Number of ChromeOS users with this app installed."
},
"disabled": {
"type": "boolean",
"description": "Whether the app is disabled by policy."
}
}
}
},
"nextPageToken": {
"type": "string",
"description": "Token for the next page of results."
},
"totalSize": {
"type": "integer",
"description": "Total number of installed apps."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-chrome-countinstalledappsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.