Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
management
Module management
Index
Variables
onDisabled
onEnabled
onInstalled
onUninstalled
Interfaces
ExtensionInfo
IconInfo
ManagementDisabledEvent
ManagementEnabledEvent
ManagementInstalledEvent
ManagementUninstalledEvent
UninstallOptions
Functions
get
getAll
getPermissionWarningsById
getPermissionWarningsByManifest
launchApp
setEnabled
uninstall
Variables
onDisabled
:
ManagementDisabledEvent
onEnabled
:
ManagementEnabledEvent
onInstalled
:
ManagementInstalledEvent
onUninstalled
:
ManagementUninstalledEvent
Functions
get
(
id
:
string
, callback
?:
(result: chrome.management.ExtensionInfo) => void
)
Parameters
id:
string
callback?:
(result: chrome.management.ExtensionInfo) => void
optional
getAll
(
callback
?:
(result: chrome.management.ExtensionInfo[]) => void
)
Parameters
callback?:
(result: chrome.management.ExtensionInfo[]) => void
optional
getPermissionWarningsById
(
id
:
string
, callback
?:
(permissionWarnings: string[]) => void
)
Parameters
id:
string
callback?:
(permissionWarnings: string[]) => void
optional
getPermissionWarningsByManifest
(
manifestStr
:
string
, callback
?:
(permissionwarnings: string[]) => void
)
Parameters
manifestStr:
string
callback?:
(permissionwarnings: string[]) => void
optional
launchApp
(
id
:
string
, callback
?:
Function
)
Parameters
id:
string
callback?:
Function
optional
setEnabled
(
id
:
string
, enabled
:
boolean
, callback
?:
Function
)
Parameters
id:
string
enabled:
boolean
callback?:
Function
optional
uninstall
(
id
:
string
, options
:
UninstallOptions
, callback
?:
Function
)
Parameters
id:
string
options:
UninstallOptions
callback?:
Function
optional
Globals
chrome
chrome
chrome.alarms
chrome.bookmarks
chrome.browserAction
chrome.browsingData
chrome.commands
chrome.contentSettings
chrome.contextMenus
chrome.cookies
chrome.declarativeWebRequest
chrome.devtools
chrome.devtools.inspectedWindow
chrome.devtools.network
chrome.devtools.panels
chrome.downloads
chrome.events
chrome.extension
chrome.fileBrowserHandler
chrome.fontSettings
chrome.history
chrome.i18n
chrome.identity
chrome.idle
chrome.input
chrome.input.ime
chrome.management
chrome.notifications
chrome.omnibox
chrome.pageAction
chrome.pageCapture
chrome.permissions
chrome.privacy
chrome.proxy
chrome.runtime
chrome.scriptBadge
chrome.socket
chrome.storage
chrome.tabs
chrome.topSites
chrome.tts
chrome.ttsEngine
chrome.types
chrome.webNavigation
chrome.webRequest
chrome.webstore
chrome.windows
onDisabled
onEnabled
onInstalled
onUninstalled
ExtensionInfo
IconInfo
ManagementDisabledEvent
ManagementEnabledEvent
ManagementInstalledEvent
ManagementUninstalledEvent
UninstallOptions
get
getAll
getPermissionWarningsById
getPermissionWarningsByManifest
launchApp
setEnabled
uninstall