diff --git a/extensions/store/SUBMISSION.html b/extensions/store/SUBMISSION.html
index 287274a..1bf6e9f 100644
--- a/extensions/store/SUBMISSION.html
+++ b/extensions/store/SUBMISSION.html
@@ -94,6 +94,7 @@ automate pages the user is working with, entirely on the user's machine and at t
| 权限 | 理由(复制到对应输入框) |
| debugger | Attaches the Chrome DevTools Protocol to the user's own active tab so the paired local agent-browser CLI can automate it (navigate, click, read DOM) only while the user is running a command. Commands arrive solely from the local CLI via native messaging; there is no remote endpoint. |
| tabs | Enumerate and target the correct open tab to attach automation to. |
+ | tabGroups | Organizes the tabs the local agent-browser CLI drives into a labeled, colored Chrome tab group per automation session, so the user can see at a glance which tabs are under automation and they stay visually separated from the user's own tabs. |
| nativeMessaging | The sole communication channel: a local native-messaging connection to the agent-browser CLI installed on the same machine. No network is used. |
| storage | Persist small local pairing/configuration state for the extension. |
| alarms | Keep the MV3 service worker alive during longer automation sessions. |