App Details API
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
App Details API 可讓您取得要求或指定的詳細資訊
應用程式。
API 方法快速總覽
網址是
https://chromemanagement.googleapis.com/v1/customers/$CUSTOMER
請參閱程式碼範例
再來是非同步的請注意,@{app_version}
為選用區隔;
忽略這個字串會傳回最新版應用程式的資訊
廣告。
API 範圍
App Details API 需要下列 OAuth 範圍:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
詳情請參閱
驗證總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThe App Details API allows retrieval of detailed information for Chrome, Android, and Progressive Web Apps.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to access app details, list app requests, and identify devices/users requesting extensions.\u003c/p\u003e\n"],["\u003cp\u003eURLs for the API are relative to \u003ccode\u003ehttps://chromemanagement.googleapis.com/v1/customers/\u003c/code\u003e\u003cem\u003e$CUSTOMER\u003c/em\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.appdetails.readonly\u003c/code\u003e OAuth scope for access.\u003c/p\u003e\n"],["\u003cp\u003eCode samples and further authentication details are available in the provided documentation links.\u003c/p\u003e\n"]]],[],null,["# App Details API\n\nThe App Details API enables you to get detailed information about requested or specified\napps.\n\nQuick overview of API methods\n-----------------------------\n\nURLs are relative to\n`https://chromemanagement.googleapis.com/v1/customers/`*$CUSTOMER*\n\n| Description | Relative URL | Http method |\n|--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|-------------|\n| Get detailed information about a given Chrome app | [/apps/chrome/{app_id}@{app_version}](/chrome/management/reference/rest/v1/customers.apps.chrome/get) | GET |\n| Get detailed information about a given Android app | [/apps/android/{app_id}@{app_version}](/chrome/management/reference/rest/v1/customers.apps.android/get) | GET |\n| Get detailed information about a given Progressive Web App | [/apps/web/{app_id}](/chrome/management/reference/rest/v1/customers.apps.web/get) | GET |\n| List requested Chrome apps. | [/apps:countChromeAppRequests](/chrome/management/reference/rest/v1/customers.apps/countChromeAppRequests) | GET |\n| Get a list of devices that have requested to install an extension. | [/apps:fetchDevicesRequestingExtension](/chrome/management/reference/rest/v1/customers.apps/fetchDevicesRequestingExtension) | GET |\n| Get a list of users that have requested to install an extension. | [/apps:fetchUsersRequestingExtension](/chrome/management/reference/rest/v1/customers.apps/fetchUsersRequestingExtension) | GET |\n\nSee [code samples](/chrome/management/guides/samples_appdetailsapi) for example\nrequests and responses. Note that the `@{app_version}` segment is optional;\nomitting it will return the information of the latest version of the app\navailable.\n\nAPI scopes\n----------\n\nApp Details API requires the following OAuth scope: \n\n https://www.googleapis.com/auth/chrome.management.appdetails.readonly\n\nFor more information, see the\n[Authentication Overview](https://cloud.google.com/docs/authentication/)."]]