You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed bug with scheduler and stale runOn value
* fixed bug with slidePanel error
* fixed bug with deleting a scheduled automation
* optional host permissions ui improvements
* working on removing permissions
@@ -107,6 +111,28 @@ export default function TopAppBar() {
107
111
108
112
</div>
109
113
114
+
<Tooltip
115
+
title={hasPermission ? 'Advanced Scheduled Automations Enabled' : 'Enable the extension access to websites. Turning this feature on enables automations and streamlines data extraction processes.'}>
Copy file name to clipboardExpand all lines: src/manifest.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"default_title": "Your Rapport is a screenshot tool with auto scroll capabilities. Right click, select Collect or Alt+S to save. Alt+A for auto scrolling captures. Alt+X open the dashboard. Alt+Q for doing a quick scan.",
0 commit comments