Installing the Plugin in Your Account
After creating our plugin, we can access it at the following address: <account domain>/app/store/~dev-<slug>
By navigating to this address, in our case todolist.chatium.com/app/store/~dev-todolist
, you should see the following:
By clicking "Install," the plugin will be installed locally on your account.
Click on "Open," and the plugin will open at the address: todolist.chatium.com/app/dev-todolist
This way, you can test the plugin during development.
Before publication, the application can only be installed in the account where it was developed.
If we try to install it from another account, such as checktodolist.chatium.com, an error will occur:
There is an option to request access for another account, for example, for testing purposes. To do this, you need to write to our bot on Telegram: @chatium_store_bot with a link to your account, an example link would be todolist.chatium.com/s/ide/plugin
.
After being added to the catalog, other users will also be able to install your plugin.
<!-- ## Next - Testing the Plugin -->