How to Install Browser Extension

1. Introduction #

Since the support of manifest V2 ends in Jun, 2023 for all Chromium-based browsers. We upgrade Chrome and Edge browser extensions from manifest V2 to V3.

Please refer to here for details of the extension.

2. Scenario #

If you install Clicknium extension from Chrome Web Store, and get the error “Unable to communicate with Clicknium native message host.” from the popup window. There are two ways to install Clicknium native message host instead.

3. Install browser extension #

Version Requirement

(1). Install from Clicknium Python Command

from clicknium import clicknium as cc

# install chrome extension
cc.chrome.extension.install()

# install edge extension
cc.edge.extension.install()

(2). Install from Clicknium Visual Studio Code Extension

Find the “AUTOMATION TOOLS” tab in the Clicknium Extension Panel and click the “Install” button.

What are your feelings
Updated on 22 December 2023