A Chrome Extension Which Scans through all the unsaved contacts in the chat list and exports them into downloadable excel sheet and sends customised messages including images and videos to the contacts
Mozilla Public License 2.0
4
stars
1
forks
source link
There has been no formatting to the messages entered in the input file #7
I think because of the input field being used for accepting the message to be sent from the user, the messages are not getting formatted with enter and spaces.
I think I should be using textarea field for accepting the message from the user in the popup.html to allow the support for formatting of the messages.
I think because of the input field being used for accepting the message to be sent from the user, the messages are not getting formatted with enter and spaces.