Chrome Extension

The Chrome extension is a powerful tool that allows you to automate Chrome and perform various tasks with ease. However, there are a few things you need to keep in mind before installing the extension.

1. Prerequisites #

  • We recommend using the official version of Chrome for the best experience. The portable version or the forum customized version of Chrome may not be well supported.
  • The minimum Chrome version required for the extension is 60.
  • Please close Chrome browser before installing the extension.

2. Installation #

You can install the extension in two ways:

  1. Install the Chrome extension in VSCode Clicknium Extension.
  2. Install the Chrome extension via Clicknium Python command.

Here’s how you can install the extension using Python:

from clicknium import clicknium as cc

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

python
from clicknium import clicknium as cc

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

3. Enabling the Extension #

Once you have installed the extension, you need to enable it in Chrome browser. Here’s how you can do it:

  1. Open Chrome browser and click “More Tools > Extensions” in the side navigation bar.
  2. In the open page, find the “Clicknium Recorder” extension.
  3. Click the button “Enable” in the lower right corner of this extension.
Chrome Browser : click “More Tools > Extensions”
Chrome Browser : “Clicknium Recorder” extension
Chrome Browser : Click the button “Enable”

That’s it! You can refer to console output for more installation details. With the Chrome extension, you can automate Chrome and perform various tasks with ease.

What are your feelings
Updated on 28 November 2023