InBasic
InBasic
The extension performs POST request. See https://github.com/inbasic/ignotifier/blob/master/v3.classic/core/offscreen/gmail/core.js#L222 Install the extension in the developer mode on Chrome. Then increase the hard-coded timeout to exit the offscreen document https://github.com/inbasic/ignotifier/blob/master/v3.classic/core/offscreen/index.js#L13 Now perform a...
@flybd5 do you get any error? What is shown in the background log tab Also on the background terminal try the following to see if the extension has access to...
1. **Toolbar Positioning Issue:** - Currently, the toolbar uses `absolute` positioning, which causes it to overlap and hide the first job entry. - **Suggested Fix:** Change the positioning to `sticky`...