Array on the Inspector

I have an Array of Strings. There’s an easy solution to make that array appear on the Inspector and put the values, may be like comma separated or something like this?

I read a couple of threads but the solutions doesn’t look easy.

Don’t ever use the Array class. Use a String array, or a List.<String>.