Management

@native @JSGlobal("chrome.management") @JSType
object Management extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def createAppShortcut(id: AppID, callback: UndefOr[Function0[_]]): Unit
def get(id: AppID, callback: Function1[ExtensionInfo, _]): Unit
def getAll(callback: Function1[Array[ExtensionInfo], _]): Unit
def getPermissionWarningsById(id: AppID, callback: Function1[Array[String], _]): Unit
def getPermissionWarningsByManifest(manifestStr: String, callback: Function1[Array[String], _]): Unit
def getSelf(callback: Function1[ExtensionInfo, _]): Unit
def launchApp(id: AppID, callback: UndefOr[Function0[_]]): Unit
def setEnabled(id: AppID, enabled: Boolean, callback: UndefOr[Function0[_]]): Unit
def setLaunchType(id: AppID, launchType: LaunchType, callback: UndefOr[Function0[_]]): Unit
def uninstall(id: AppID, options: UndefOr[Object], callback: UndefOr[Function0[_]]): Unit
def uninstallSelf(options: UndefOr[Object], callback: UndefOr[Function0[_]]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val onDisabled: Event[Function1[ExtensionInfo, _]]
val onEnabled: Event[Function1[ExtensionInfo, _]]
val onInstalled: Event[Function1[ExtensionInfo, _]]
val onUninstalled: Event[Function1[String, _]]