Support Chrome Side Panel

Steps To Reproduce

  1. 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'
    	]
    }
    "@	}
    
  2. Enable Bitwarden

  3. Enable the Side Panel

    1. image
    2. image
  4. Attempt to switch to Bitwarden

    image

Expected Result

Bitwarden should be available in the Side Panel.

Actual Result

It is not.

Additional Context

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