You will need to do a little hack.
The following example show you how to add ribbon called “Best”
First, create an image file named Best.gif. Since this plugin will only process gif image for ribbon.
Save it to /wp-content/plugins/ind-css3-pricing-table/img
Next open ind-css3-pricing-table/ind_css3_table.php
and find this using search tool of your broweser or text editor:
<option>None</option>
and place this underneath them(there are more than one of the code above):
<option>Best</option>
and Save
Let me know whether it works or not!