Install Extension (API)
Request
Method: POST
URL: /api/addCrx
| Field | Type | Required |
|---|---|---|
| id | int | yes |
| crxPath | string | yes |
| crxName | string | no |
json
{
"id": 1,
"crxPath": "C:\\path\\to\\extension.crx",
"crxName": "My Extension"
}Response
json
{
"success": true,
"message": "Plugin installed successfully"
}UI install flows: Install extensions.
