Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Extension removal

Kristjan Vaikla edited this page Sep 23, 2020 · 1 revision

For standard use, the Chrome token signing extension should be installed through id.ee. Chrome Token Signing extension is already included in the ID-software and is installed automatically upon the installation of ID-software.

After Chrome token signing extension installation you may see Chrome displaying a message “Managed by your organization”. This message is displayed because the Chrome token signing extension includes the ExtensionInstallForcelist policy to activate the extension automatically.

If you have installed the Chrome token signing extension through the ID-Software package, then we recommend following the instructions available in id.ee to remove the Chrome token signing extension and/or policy.

Below are examples of how to remove either Chrome token signing extension or policy, which was installed through the Github package.

NB! In order to remove the policy, you have to first uninstall the extension and then re-install it again without the policy option! Before installing the extension you need to launch Chrome and close it again, this seemingly meaningless action allows Chrome to remove the extension from settings.

Windows

Instructions on how to remove extension:

Download and run the extension .msi package and choose the „Remove" option.

Instructions on how to install the extension without policy:

Install the extension with FORCEINSTALL=0 parameter. Example: msiexec /i chrome-token-signing_1.0.9.651.x64.msi FORCEINSTALL=0

macOS:

If you have only installed the Chrome token signing extension .pkg package, then there is no policy installed, because the policy is not included in that package.

Instructions on how to remove extension:

To uninstall the extension you have to run these commands:

  • sudo profiles remove --identifier ee.ria.chrome-token-signing
  • sudo rm -rf

/Library/Google/Chrome/NativeMessagingHosts/chrome-token-signing.app

/Library/Google/Chrome/NativeMessagingHosts/ee.ria.esteid.json

/Library/Application\ Support/Google/Chrome/External\ Extensions/ckjefchnfjhjfedoccjbhjpbncimppeg.json

/Library/Application\ Support/Mozilla/NativeMessagingHosts/ee.ria.esteid.json

Instructions on how to install the extension without policy:

Download and install the latest version of token-signing-chrome .pkg package from Github.

Linux:

Instructions on how to remove extension:

To uninstall the extension you have to run these two commands:

  • apt remove chrome-token-signing-policy
  • apt remove token-signing-chrome

Instructions on how to install the extension without policy:

Download and install the token-signing-chrome .deb package.