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:
- Install the Chrome extension in VSCode Clicknium Extension.
- 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()
![](https://clicknium.com/wp-content/uploads/2023/08/chrome_ext_install.png)
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:
- Open Chrome browser and click “More Tools > Extensions” in the side navigation bar.
- In the open page, find the “Clicknium Recorder” extension.
- Click the button “Enable” in the lower right corner of this extension.
![](https://clicknium.com/wp-content/uploads/2023/08/chrome_extension_page-1024x482.png)
![](https://clicknium.com/wp-content/uploads/2023/08/chrome_extension_enable_page.png)
![](https://clicknium.com/wp-content/uploads/2023/08/chrome_extension_enable_on.png)
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.