Get Visitor

Get user data
Using this function you will be able to get all user data that stored in imber.
window.$imber.getVisitor()
It returns an object like below:
{
name: "visitor name",
phone: "0111111111"
}