Fetch user settings
To fetch the current user settings in the extension
Syntax
var data =
{
operation: "get",
properties: [key1, key2 ...]
"keys" : <keys used to store> ; // optional
}
To fetch the current user settings in the extension
Syntax
var data =
{
operation: "get",
properties: [key1, key2 ...]
"keys" : <keys used to store> ; // optional
}