Plugins
From UBot Studio
(Difference between revisions)
(→Building Plugins) |
(→Using Plugins) |
||
Line 1: | Line 1: | ||
== Using Plugins == | == Using Plugins == | ||
+ | Our current Plugins include: | ||
+ | |||
+ | * [[Windows Commands]] for PC and Windows automation outside of the browser window. | ||
+ | * [[MySQL Commands]] for interacting directly with MySQL Databases. (MySQL is the most popular open source database software, used to organize everything from customer data to web pages. | ||
+ | * [[Socket Commands]] is still in beta. | ||
== Building Plugins == | == Building Plugins == | ||
Please see the [[Plugin Development]] page for more information. | Please see the [[Plugin Development]] page for more information. |
Revision as of 11:26, 19 November 2012
Using Plugins
Our current Plugins include:
- Windows Commands for PC and Windows automation outside of the browser window.
- MySQL Commands for interacting directly with MySQL Databases. (MySQL is the most popular open source database software, used to organize everything from customer data to web pages.
- Socket Commands is still in beta.
Building Plugins
Please see the Plugin Development page for more information.