Stay organized with collections
Save and categorize content based on your preferences.
Exported Object: Addresses and more
Exported Object represents: Information entered into online forms, such as phone
numbers, email addresses, and some physical addresses.
Object is exported in these formats:JSON
Exported object has the following fields:
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Data Field *
Field Definition
Data Field Type
Autofill Profile
An array of
AutofillProfileSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Contact Info
An array of
ContactInfoSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Autofill
An
AutofillSpecifics
object. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added instead of the object.
object|string
Exported Object: Bookmarks
Exported Object represents: The pages bookmarked in Chrome.
Object is exported in these formats:HTML
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Exported Object: History
Exported Object represents: The sites visited in Chrome, including web addresses
entered in the address bar.
Object is exported in these formats:JSON
Exported object has the following fields:
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Data Field *
Field Definition
Data Field Type
Browser History
An array of Chrome history objects. Note that if the user data is encrypted, the string
"Your data is encrypted and cannot be exported" is added to the array instead of
the object.
array
Typed Url
An array of
TypedUrlSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Session
An array of
SessionSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Exported Object: Dictionary
Exported Object represents: Words added to Chrome dictionary.
Object is exported in these formats:CSV
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Exported Object: Extensions
Exported Object represents: Extensions installed from the Chrome Web Store.
Object is exported in these formats:JSON
Exported object has the following fields:
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Data Field *
Field Definition
Data Field Type
Extensions
An array of
ExtensionSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Extension Settings
An array of
ExtensionSettingSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Exported Object: Settings
Exported Object represents: Chrome user settings.
Object is exported in these formats:JSON
Exported object has the following fields:
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
Data Field *
Field Definition
Data Field Type
Apps
An array of
AppSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
App Settings
An array of
AppSettingSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Preferences
An array of
PreferenceSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Priority Preferences
An array of
PriorityPreferenceSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Themes
An array of
ThemeSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
App Lists
An array of
AppListSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Web Apps
An array of
WebAppSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Search Engines
An array of
SearchEngineSpecifics
objects. Note that if the user data is encrypted, the string "Your data is encrypted and cannot be exported" is added to the array instead of the object.
array
Exported Object: Reading List
Exported Object represents: Pages added to the reading list in Chrome.
Object is exported in these formats:HTML
* The preceding fields represent key data fields for the purposes of parsing and
ingesting the relevant data exports. Data fields produced in an export vary by service
and user action and some services or actions don't produce each data field described.
A table representing Resource Groups and the objects that are exported with it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["Chrome user data is categorized into resource groups like bookmarks, history, and settings, each accessible via a specific OAuth scope."],["Each resource group contains various data fields, which can be arrays or objects holding specific user information."],["Exported data can be in JSON, HTML, or CSV formats depending on the resource group."],["User data encryption is a crucial aspect, and encrypted fields are represented with a placeholder string."],["Developers can utilize this information to request and access user data for data portability purposes using appropriate OAuth scopes."]]],[]]