opened 03:29PM - 06 Aug 23 UTC
closed 03:43PM - 06 Aug 23 UTC
bug
browser
feature-request
### Steps To Reproduce
0. Install Bitwarden
<details>
```pwsh
$Exte… nsionID = 'nngceckbapebfimnlniiiahkandclblb'
If ($IsWindows) {
# https://reg2ps.azurewebsites.net/
If ((Test-Path -LiteralPath 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist') -NE $True) { New-Item 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist' -Force -EA SilentlyContinue }
New-ItemProperty -LiteralPath 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist' -Name '1' -Value "$ExtensionID" -PropertyType String -Force -EA SilentlyContinue }
ElseIf ($IsLinux) {
$Path = '/etc/chromium/policies/managed/yourextension_policy.json'
New-Item -ItemType File -LiteralPath ((Get-Item "$Path").Parent) -Name ([System.IO.Path]::GetFileName("$Path"))
Set-Content -LiteralPath "$Path" -Value @"
{
'ExtensionInstallForcelist': [
'$ExtensionID;https://clients2.google.com/service/update2/crx',
'$ExtensionID'
]
}
"@ }
```
</details>
0. Enable Bitwarden
0. Enable the Side Panel
0. 
0. 
0. Attempt to switch to Bitwarden

### Expected Result
Bitwarden should be available in the Side Panel.
### Actual Result
It is not.
<!--
### Screenshots or Videos

-->
### Additional Context
https://9to5google.com/2023/05/26/chrome-extensions-side-panel/
### Operating System
Windows, macOS, Linux
### Operating System Version
cpe:/o:opensuse:tumbleweed:20230803
### Web Browser
Chrome
### Browser Version
`google-chrome-unstable-117.0.5927.0`
### Build Version
https://addons.mozilla.org/firefox/downloads/file/4128403/bitwarden_password_manager-2023.7.0.xpi
### Issue Tracking Info
- [X] I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
Steps To Reproduce
Install Bitwarden
$ExtensionID = 'nngceckbapebfimnlniiiahkandclblb'
If ($IsWindows) {
# https://reg2ps.azurewebsites.net/
If ((Test-Path -LiteralPath 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist') -NE $True) { New-Item 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist' -Force -EA SilentlyContinue }
New-ItemProperty -LiteralPath 'HKCU:\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist' -Name '1' -Value "$ExtensionID" -PropertyType String -Force -EA SilentlyContinue }
ElseIf ($IsLinux) {
$Path = '/etc/chromium/policies/managed/yourextension_policy.json'
New-Item -ItemType File -LiteralPath ((Get-Item "$Path").Parent) -Name ([System.IO.Path]::GetFileName("$Path"))
Set-Content -LiteralPath "$Path" -Value @"
{
'ExtensionInstallForcelist': [
'$ExtensionID;https://clients2.google.com/service/update2/crx',
'$ExtensionID'
]
}
"@ }
Enable Bitwarden
Enable the Side Panel
Attempt to switch to Bitwarden
Expected Result
Bitwarden should be available in the Side Panel.
Actual Result
It is not.
Additional Context
In addition to your Bookmarks, the desktop Chrome side panel will soon support Manifest V3 extensions that want to display an interface...
Est. reading time: 2 minutes
Operating System
Windows, macOS, Linux
Operating System Version
cpe:/o:opensuse:tumbleweed:20230803
Web Browser
Chrome
Browser Version
google-chrome-unstable-117.0.5927.0
Build Version
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn’t use fields like “assigned”, “milestone”, or “project” to track progress.
https://www.reddit.com/r/Bitwarden/comments/pfuzfc/bitwarden_sidebar_for_google_chrome_like_in/?utm_source=share&utm_medium=web2x&context=3